EOF: Encryption On the Fly (not End Of File)
This is a minimalist Flask app that exposes an API for symmetric data encryption.
Three routes are available:
/
app statusencrypt
get the key and plaintext from the post json payload and return a ciphertextdecrypt
get the key and ciphertext from the post json payload and return the original text