itinance / react-native-sha256

sha256 natively for react-native
MIT License
99 stars 50 forks source link

there is only one way how to decrypt the hash value #20

Closed ghost closed 4 years ago

itinance commented 4 years ago

you can't "decrypt" a hash value. This is how hashing works. If you would calculate the hash of the same input some point later again, the hash would be the same if the input data was the same like bevor.

ghost commented 4 years ago

There is also a problem with auto linking, when I link as you mentioned it does not work and tell remove the manual linking.