Safe Haskell | None |
---|---|
Language | Haskell2010 |
Web.ZeroBin.Utils
Description
Various utility functions
- toWeb :: ByteString -> String
- makePassword :: Int -> IO String
Documentation
Arguments
:: ByteString | the data to encode |
-> String | base64 string without padding |
Encodes to base64 and drops padding '='.