/AES-256-Encrypter

This script prompts the user for a key and a plaintext string, and then encrypts the plaintext using AES 256 in EAX mode. The ciphertext and tag are returned and printed to the console.

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

No issues in this repository yet.