This library contains operations to support simple cryptography hashing. Currently, it is based on Unix tools.
Author: Michael Hanus
getHash
:: String -> IO String
Default hashing function. |
getHashWith
:: String -> String -> IO String
Hashes a string with an explicit Unix hash command. |
randomString
:: Int -> IO String
Returns a random string (a hexadecimal string) of a particular length. |
Default hashing function.
|
Hashes a string with an explicit Unix hash command.
|
Returns a random string (a hexadecimal string) of a particular length.
|