You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I created a cipher for encrypting and decrypting a message, I used Fernet module with Python.
I generated the same key for all the messages because was my first exercise, also I helm myself with a tutorial.