Encrypting Data with Python
Encryption is a hot topic these days. I wanted to learn more about how it actually works. So I decided to make something to encrypt data. One strategy to do this would be to use symmetric encryption. This uses the…Continue Reading →