https://github.com/kevinmichaelchen/fernet-encryption-example
Base64 Encoding Substitute -- Fernet Symmetric Encryption
https://github.com/kevinmichaelchen/fernet-encryption-example
Last synced: 3 months ago
JSON representation
Base64 Encoding Substitute -- Fernet Symmetric Encryption
- Host: GitHub
- URL: https://github.com/kevinmichaelchen/fernet-encryption-example
- Owner: kevinmichaelchen
- Created: 2021-10-08T16:52:47.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-10-11T17:27:28.000Z (over 3 years ago)
- Last Synced: 2025-02-23T22:43:39.162Z (3 months ago)
- Language: Go
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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