crypto Module
aes
'sym1 'sym2 ⇒ str
Encrypts or decrypts 'sym1 using the Advanced Encryption Standard (AES) in CTR mode, using 'sym2 as password.
decode
'sym ⇒ str
Decodes the Base64-encoded string 'sym.
encode
'sym ⇒ str
Base64-encodes 'sym.
md4
'sym ⇒ str
Returns the MD4 hash of 'sym.
md5
'sym ⇒ str
Returns the MD5 hash of 'sym.
sha1
'sym ⇒ str
Returns the SHA1 hash of 'sym.
sha224
'sym ⇒ str
Returns the SHA224 hash of 'sym.
sha256
'sym ⇒ str
Returns the SHA256 hash of 'sym.
sha384
'sym ⇒ str
Returns the SHA384 hash of 'sym.
sha512
'sym ⇒ str
Returns the SHA512 hash of 'sym.