Configurable AES-GCM IP (128, 192, 256 bits)
-
Updated
Aug 27, 2025 - Python
Configurable AES-GCM IP (128, 192, 256 bits)
Two scripts in Python to encrypt/decrypt using the 128 bits AES algorithm, ECB mode with hex "00" as padding for each character. For the encryption, an ascii plaintext file is taken as the input, then an encrypted hex file is outputted. For the decryption, a ciphertext hex file is taken as the input, then a decrypted ascii file is outputted.
BPStegano is a steganography tool built using Python 3. It uses AES-128 encryption a custom LSB random pixel algorithm hiding to hide raw strings and any type of file inside images.
Pathbyter is a lightning fast proof-of-concept ransomware that uses RSA wrapped AES, multiprocessing, in memory key encryption, appends encrypted AES keys to files, and other tactics utilized by advanced threat actors like Conti, REvil, WannaCry, Ryuk, Lockbit, etc.
🔐🧂💻 Cryptography Final Project to create an fintech application. We use SHA-256 and salt, AES-128, LSFR , and 2 FA security that uses Google Authenticator
An experimental implementation of bitsliced aes in pure python. Quite possibly the fastest pure-python AES implementation on the planet.
Homemade implementation of Square Attack against 4 rounds AES
Cryptography Algorithms
Implementation of Advance Encryption Standard (AES-128/192/256/512) using Python and Numpy
BUAA CST Spring 2019 Cryptography Experiment
Clats Encryption Standard (CES) key generator. It includes 3 AES-type key generation algorithms used with python. You can generate cryptographically secure encryption keys in 128, 192, and 256 bit key sizes. This project was peer reviewed by a CompTIA Security+ certified person.
Differential Fault Analysis of AES using a single fault
Implementation of various symmetric key encryption systems like AES, DES, triple DES (3 DES), Ceasar cipher, Substitution cipher, Hill cipher
An AES Toolbox for computing the Rijndael Key Schedule for a 128, 192, or 256-bit key.
Information and Network Security
Python script to encrypt and decrypt files
Scripts which enable file transfer between 2 devices over a LAN using AES-128 algorithm to encrypt the contents of the file.
m3u8电影下载器,多进程异步下载器
有道翻译,web端api接口,纯python,无需js,主要重写了非正常的base64解码和使用数组进行AES解密的方法
AES Encryption and Decryption implementation for CT303 - Basis of Information Integrity and Security - Academy of Cryptography Techniques
Add a description, image, and links to the aes-128 topic page so that developers can more easily learn about it.
To associate your repository with the aes-128 topic, visit your repo's landing page and select "manage topics."