How to Encrypt Strings and Files in Python

Опубликовано: 23 Сентябрь 2018
на канале: PyTutorials
192,069
3.1k

In this video I show you how to encrypt and decrypt strings and files using Python. I show you how to create a key, store the key and then how to use the key to encrypt and decrypt strings and files. This video demonstrates the use of the cryptography module.

🌎 Post with code and a written tutorial: https://nitratine.net/blog/post/encry...

📺 Auto Py to Exe:    • Convert PY to EXE Automatically  
📺 Python GUI Using Chrome:    • Python GUI Using Chrome  
📺 How to Send Emails in Python:    • How to Send Emails in Python  

The cryptography is supported by Python 2.7 and Python 3.4 and above. (Also PyPy 5.3+)

🌎 cryptography docs: https://cryptography.io/en/latest/

🐍 In this video I use Python 3.6.
👍🏼 Feel free to comment with any issues.