Python Forum
Fernet Cola: improvised string encoder / decoder - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: General (https://python-forum.io/forum-1.html)
+--- Forum: Code sharing (https://python-forum.io/forum-5.html)
+--- Thread: Fernet Cola: improvised string encoder / decoder (/thread-7394.html)



Fernet Cola: improvised string encoder / decoder - JSorella - Jan-08-2018

This is an improvised string encoder-decoder based in Fernet algorithm.
All encryption in this version is done with AES 128 in CBC mode

Hope will be useful for you!

https://github.com/JSorella/fernet-cola/releases/tag/1.0.0