-
Notifications
You must be signed in to change notification settings - Fork 2
Home
Joshua M Clatney edited this page Jan 7, 2025
·
1 revision
Welcome to the ClatsCrypt wiki!
AES Key Generator & Encryption Framework
This project provides tools to generate secure AES keys, expand them for encryption rounds, and perform AES-128 encryption operations. Key Features: • AES key generation with Argon2i for password-based security. • AES encryption operations, including SubBytes, ShiftRows, and AddRoundKey. • Key expansion to generate all necessary round keys for AES-128 encryption.