Show HN: My own tokenization method in Python, open to feedback
2 points| yasuocidal | 2 years ago |github.com
Missinputed the link :( https://github.com/YasTouchedMySpaggett/Fernet_Tokenization here's the correct one
I would love some feedback on it : )
quickthrower2|2 years ago
I don’t know what this does, I assume something like JWT? But why hate JWT?
The old adage of don’t roll your own crypto applies (unless you know enough to break that rule)
yasuocidal|2 years ago
Thanks for your feedback : )
To address issues 2,3 and 4 2) You may use the "same key" but you have the option to change it whenever you want 3/4) Fernet is a VERY strong encryption algorythm