AES Encryption using Python

preview_player
Показать описание
AES Encryption using Python

Link for basics of cryptography:

source code:

Subscribe for more new videos:

Thanks for your support,
#TrinitySoftware

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

I am getting error while installing simple-aes-cipher which is-
Using legacy 'setup.py install' for Simple-AES-Cipher, since package 'wheel' is not installed.
Using legacy 'setup.py install' for pycrypto, since package 'wheel' is not installed.
Installing collected packages: pycrypto, wheel, Simple-AES-Cipher
Running setup.py install for pycrypto ... error
ERROR: Command errored out with exit status 1:
after this lots lines are getting exucuted in red warning color like copying, creating, skipping etc.
please can i get a solution for this problem.

avihk
Автор

is pip install Simple-AES-Cipher only compatable with python 2? I have version 3 and it not installing, showing error.

Mercedez
Автор

Can you help me I am unable to import simple aes cipher

WLDGAMING.
Автор

I'm getting an error installing simple-aes-cipher

aan
Автор

error :File "C:\Program Files\Python311\Lib\site-packages\Crypto\Util\number.py", line 501, in bytes_to_long
length = len(s)

TypeError: object of type 'NoneType' has no len()

yassinelabidi