AES Encryption Script - Interactive Input - Cryptography with Python

preview_player
Показать описание
This tutorial explains how to create a simple AES script that would take the text and password interactively from the user and encrypt the text using the password.
Рекомендации по теме
Комментарии
Автор

@lazy tutorials, i think paddedKey function will only work for key of length less than 32. Right? it should be in the else condition with the if statement

SurajYadav-qbyu
Автор

Nice tutorials. Getting some errors though:
cipher = AES.new(key)
"code": "No value for argument 'mode' in function call",

oklklkk
Автор

It should be 'or' in the if block and not good content.

mohitjha