Professional Data Encryption in Python

preview_player
Показать описание
Today we learn how to do simple symmetric AES encryption in Python.

◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾
📚 Programming Books & Merch 📚

🌐 Social Media & Contact 🌐

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

As someone who has never tried encryption, this video is a bit too advanced, none of the basic concepts are explained. It's almost a narration of what is being typed.

yandelyano
Автор

Bruv, I LOVE your videos. Please don't stop making them, I'll remain a forever faithful viewer.
Edit: Although I'd appreciate if you explained your code a bit more in detail !

amaansiddiqui
Автор

can you teach us how to build Memory-Resident Python script

kamisama
Автор

This is just reading the code you write, but no explanation. Why bother make the video then?

florinbujoreanu
Автор

I've been waiting this video for so long, thank u 👌🔥

bloodyyjohnson
Автор

cant get the Crypto to work, even with everything installed and up to date ... that prob the problem ? i do have 3.10 python

Wrekals
Автор

Nice video, would you like to make a video on Intel SGX encryption security?

UniverseGames
Автор

Doesn't really explain what's going on or why we're using what we're using, but cool stuff I guess..

skrux
Автор

This is the type of content I've been waiting for so long :D
Thank you so much!
Have a nice day :)

MrCipek
Автор

YouTube sliced the video between 1:17 and 1:51 as "picryptodome" instead of "pycryptodome"

jakuwoks
Автор

Can we able to encrypt Images or any other Data using This Program ...?

SachinK-sd
Автор

I am trying to build an app that could send and receive money. Thanks for assistance

Mark-dbre
Автор

after installing pycryptodom i am not able to import crypto into my file. i cant see any package suggestion

Hemant-Dev
Автор

I'm using linux and it says no module named crypto what do I do

ryanthebomb
Автор

CBC mode ist not recommended anymore! Beware.

Nachtktiv
Автор

Your are Amazing bro keep making such great Content <3

claascode
Автор

why there is additional b' ' wrapped around the msh after decrypting?

mayankjoshi
Автор

Is it how backend servers save and check our passwords?

disrael
Автор

Great video! Thanks! How should one decide which encryption package to use? I also found a python library called 'cryptography' and 'open ssl'.

portfedh
Автор

But I have a question:
how to encrypt and close a Python game you just make?

You wanna make a game in Python and sell it, but you wanna make it closed source, so people can NOT pirate.

Do you have a tutorial?

SkyFly