How to use Python File Encryption with a Password Key? (Part 4)

preview_player
Показать описание
🤠Subscribe to our Channel!

Part 4 - How to encrypt a file with a symmetric key generated from a password

In part one of the last series, we generated a random key and saved it for encrypting and decrepting our files

This video is going to show you how to generate an encryption key with a password so that you don’t need to save the key….. You can simply run the program again to generate the same key using the same password and use that key to encrypt or decrypt your files. As long as you have your app to generate the key and you remember your password, you’re all set.
Рекомендации по теме
Комментарии
Автор

This series was super. You instantly earned a sub. Great videos. Special thanks for clearing my thoughts on public keys and private keys.
Huge thanks

khokon_m
Автор

This is a phenomenal tutorial, thank you

AshiBC
Автор

When I try print(key.decode()) it gives me this error:
'utf-8' codec can't decode byte 0x91 in position 1: invalid start byte
any advice?
thanks!

blaizemcgovern
Автор

can you make a tutorial converting hash160 hex to base58

pilyotuts