Python File Encryption: Quick One day Project!

preview_player
Показать описание
Quick easy to learn resume project in Python! Learn how to use XOR encryption to lock down any file on your system.

Grab all of our scripts and our updated plotting code using our GitHub below.

If you need more help learning Python check out our full comprehensive course below. It covers all of the fundamentals and real world apps to add to your portfolio.

Рекомендации по теме
Комментарии
Автор

Good clear instructions. Stayed on topic with no extra frills to complicate things. 🙂

Oodle-oxvf
Автор

Thanks! Now i will encrypt school files

asriel_
Автор

Dont use software but use analog enscrypting separate from the mschine and it include day and gps then can be spy cstcher for network copy

ericphantri
Автор

can we decript
any how a file encripted by ransomware
please create a video bro..

gauravrewaliya
Автор

@ClarityCoders I tried encrypting an ipynb file and it worked. however, when i tried to decrypt it, i got this error
TypeError: string argument without an encoding
how do i fix or circumvent this? thanks in advance!
Edit: bytearray takes an optional second arguement, ie encoding scheme. I've tried utf-8 , ASCII and ANSI but am unable to decrypt the original notebook.

suyashmisra
Автор

Is this breakeable in anyway?...maybe with brute Force iterating till it gets the right key?

michaelolu
Автор

bro is there any way to overwrite the file . rather creating new file>?

anshulrawat
Автор

how do i fix "error: filename is not defined."

themariomine
Автор

This does not work with .txt files, still opened with notepad

sndraindrop
Автор

I have public key how to get private key

ganesantamil
Автор

can this be used for encrypting ZIP files as well?

srayansankarchatterjee