Likewise, there are benefits of having a dynamic module like being always up-to-date (improvements of speed & quality and so on)
Thanks for highlighting the downsides though.
1 Like
how do i decode SHA256 with this? i dont see a function for decoding it.
This library provides hashing functions not encryption. SHA256 is a one way function. The entire point of a hash is to have a unique fingerprint of some private information, and be able to verify it without storing the private information in plain text.
1 Like