simple_crypto
v1.0.0
Pages
Modules
SimpleCrypto
(simple_crypto v1.0.0)
View Source
Link to this section
Summary
Functions
decrypt(str, key)
encrypt(str, key)
hmac(str, key)
id_rand_str(length)
otp_rand_str(length \\ 16)
pad(binary, width \\ 16, char \\ " ")
rand_int_str(num_of_digits)
rand_str(length)
sha256(str)
Link to this section
Functions
Link to this function
decrypt(str, key)
View Source
Link to this function
encrypt(str, key)
View Source
Link to this function
hmac(str, key)
View Source
Link to this function
id_rand_str(length)
View Source
Link to this function
otp_rand_str(length \\ 16)
View Source
Link to this function
pad(binary, width \\ 16, char \\ " ")
View Source
Link to this function
rand_int_str(num_of_digits)
View Source
Link to this function
rand_str(length)
View Source
Link to this function
sha256(str)
View Source