We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Provides certain types of cryptography and hash functions.
crypt:md5(string)
7c846d0303ecd5421d8a8b4dfb76d5db
This library does not require any permissions.
local hash = crypt:md5('Nimble Writer') if hash == '7c846d0303ecd5421d8a8b4dfb76d5db' then -- the hash is correct! end