Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kevinmichaelchen/fernet-encryption-example

Base64 Encoding Substitute -- Fernet Symmetric Encryption
https://github.com/kevinmichaelchen/fernet-encryption-example

Last synced: about 2 months ago
JSON representation

Base64 Encoding Substitute -- Fernet Symmetric Encryption

Awesome Lists containing this project

README

        

I was thinking of using base64 encoding, but then became curious about alternatives.

Fernet symmetric encryption looks like an interesting substitute.

https://stackoverflow.com/a/55147077