aes-algorithms
Here are 3 public repositories matching this topic...
Language:All
Ce projet met en œuvre des techniques de cryptanalyse, des heuristiques d'identification sophistiquées et une architecture logicielle robuste pour résoudre des missions de déchiffrement complexes.
- Updated
Aug 13, 2025 - Python
This is a modified version of the AES-128 CBC encryption algorithm. In this custom implementation, encryption and decryption are possible without requiring an Initialization Vector (IV). Instead, the IV is derived from the last and first round key during the encryption and decryption process.
- Updated
Feb 7, 2024 - C
CryptoAlgo allows you to easily and quickly encrypt and decrypt text or files with the military-standard AES encryption algorithm, then encrypt the AES keys with the secure RSA algorithm.
- Updated
Feb 3, 2023 - JavaScript
Improve this page
Add a description, image, and links to theaes-algorithms topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with theaes-algorithms topic, visit your repo's landing page and select "manage topics."