cipher v1.2.1 Cipher.Digest

Some digesting helpers

Summary

Functions

Generates a suitable iv for encryption based on given phrase

Generates a suitable key for encryption based on given phrase

Gets an usable string from a binary crypto hash

Functions

generate_iv(phrase)

Generates a suitable iv for encryption based on given phrase

generate_key(phrase)

Generates a suitable key for encryption based on given phrase

hexdigest(binary)

Gets an usable string from a binary crypto hash