Skip to content

ab-smith/encryption-on-the-fly

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mini Flask App for Data Encrypt/Decrypt

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 status
  • encrypt get the key and plaintext from the post json payload and return a ciphertext
  • decrypt get the key and ciphertext from the post json payload and return the original text

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published