I have coded a dummy 6 digits number and asking users to input the same digits and compares them but it doesn’t seems to work.
The catch is that the 6 digits generated is hashed with SHA256 and then converted to Base64…
However, the generated digits and the input seems to be returning 2 different results of the hashed string… Curious if there is something I have overlooked…