How to Encrypt and Decrypt Files using Python
YOUR LINK HERE:
http://youtube.com/watch?v=zWNA2ThkVT4
Support me on Patreon to access all the source code for my tutorials and join a private community of Python Programmers: • / misha_sv • In this tutorial we will explore how to encrypt and decrypt files using Python. • Encryption is a process of converting information into some form of a code to hide its true content. The only way to access the file information then is to decrypt it. • ⭐️ Timeline • 0:00 - Introduction • 1:21 - Creating encryption key • 3:29 - Loading encryption key • 5:12 - Encrypting a file • 8:18 - Decrypting a file • 11:24 - Conclusion • 📄 Resources • Full article with Python code: https://pyshark.com/encrypt-and-decry... • cryptography module: https://pypi.org/project/cryptography/ • cryptography module documentation: https://cryptography.io/ • • 🔗 My Social Media • YouTube: / @mishasv • Website: https://pyshark.com • LinkedIn: / mikhail-sidyakov • TikTok: / mishamisha_sv • Instagram: / mishamisha_sv • Twitter: / mishamisha_sv • GitHub: https://github.com/misha-pyshark • 🎬 My YouTube Equipment • Microphone (Blue Yeti): https://amzn.to/3IeIsLg • Keyboard (Razer Ornata V2): https://amzn.to/3aeJIBt • Mouse (Logitech G403): https://amzn.to/3ReLUK4 • Headphones (Bose Quiet Comfort 35 II): https://amzn.to/3uqidMq • 💸 Donations • 💵 One-Time Donations: https://www.paypal.com/donate/?hosted... • 💰 Patreon: / misha_sv • -------------------------------------------------------------------------------------------------------------- • ⭐️ Tags • Encrypt Python • Encrypt files Python
#############################
