Excrypt v0.1.0 Excrypt View Source

Documentation for Excrypt.

Link to this section Summary

Functions

decrypts the given string of text with the base64-encoded secret key

encrypts the given string of text with a base64-encoded secret key

generate_secret Generates a random base64 encoded secret key

Link to this section Functions

Link to this function

decrypt(ciphertext, key) View Source

decrypts the given string of text with the base64-encoded secret key

encrypts the given string of text with a base64-encoded secret key

generate_secret Generates a random base64 encoded secret key.