HashLib - Cryptographic hashes in pure Lua

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

Hey, I am interested in using this library in an “anti-cheat” I’m working on. However, the MIT license used by this project isn’t really friendly towards my use case. Is it possible for us to reach an agreement that is sufficient to support both of our projects?

Try this, free to use in anyway

I didn’t even know people cared about module licenses in the first place

You want to put responsibility on someone who already gave you resources for free?