Functionsยง
- b64_
decode - Base64 decode the given String
- b64_
encode - Base64 encode the given input
- secure_
random - Fills the given buffer with random bytes
- secure_
random_ alnum - Returns a random String with the specified size
- secure_
random_ vec - Returns a random
Vec<u8>with the specified size