Encrypt Files and Strings with Python Using Symmetric Encryption

Learn how to encrypt and decrypt files and strings in Python with symmetric encryption techniques in this tutorial.

Practical Python Solutionsâ€Ē13.5K viewsâ€Ē5:28

ðŸ”Ĩ Related Trending Topics

LIVE TRENDS

This video may be related to current global trending topics. Click any trend to explore more videos about what's hot right now!

THIS VIDEO IS TRENDING!

This video is currently trending in Pakistan under the topic 'f'.

About this video

🖞Subscribe to our Channel! https://www.youtube.com/channel/UCLJyEZXnEuMgXqtS0sJgBFg ------- In this video, you will learn how to encrypt and decrypt data and strings in Python. This is Part I: Symmetric encryption with the cryptography library in Python. For more information, visit us on: - https://github.com/pmahon2016/symmetric_encryption.git in this video we're going to talk about encryption which is really important today when managing certain data and thankfully there are libraries available for python to handle encryption so in this video, we're going to learn how to encrypt text and files in python. First, a quick primer on encryption. In general before we begin there are basically three types of encryption; symmetric encryption has a single key that is shared between two or more people think of the key is the password. Symmetric encryption is great for encrypting files and large amounts of data quickly. Asymmetric encryption has two keys; a public and a private key and there's a relationship between the two keys that allow you to encrypt with one key and decrypt with the other. This is ideal for transmitting data or, when managing keys is difficult. Finally, there's a one-way hash which does not use keys - it only encrypts and does not decrypt. So then, each type of encryption specializes in a particular function but they are often used together in the cipher suite in this video we're only going to look at symmetric encryption with the Python encryption library. We will look at the other types in future videos from this series

Video Information

Views
13.5K

Total views since publication

Likes
279

User likes and reactions

Duration
5:28

Video length

Published
Nov 1, 2019

Release date

Quality
hd

Video definition

Tags and Topics

This video is tagged with the following topics. Click any tag to explore more related content and discover similar videos:

Tags help categorize content and make it easier to find related videos. Browse our collection to discover more content in these categories.