Getting different hash Values for same same input #3072
Unanswered
sahil-kaushik1
asked this question in
Q&A
Replies: 1 comment 4 replies
-
Hello @sahil-kaushik1, What I can say is that base64 encoding is highly sensitive, and any slightest change in the input will give a totally different output. Let's look at the example below. input1 = "boy" If those two inputs above are not bounded by parenthesis, you may think they are exactly the same, but the To cut a long story short, when you get different outputs from a base64 encoder for any two inputs just know those inputs have something different about them. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This is test function
this is converter function
why for the same input value hash is coming different?
Beta Was this translation helpful? Give feedback.
All reactions