aes-128
There are 280 repositories under aes-128 topic.
cryptography-experiment
BUAA CST Spring 2019 Cryptography Experiment
AES-Encryption
AES Encryption using x86 Assembly (NASM)
AES-Encryption-and-Decryption-in-java
Simple data encryption and decryption using AES Algorithm in Java swing. Users will put his hidden key that's the encrypt key alone with his/her message. Remote users only access the message by using first user key
py-aes
Implementation of Advance Encryption Standard (AES-128/192/256/512) using Python and Numpy
Crptography-Final-Year-Project
Top Class AES Encryption and Decryption Cryptography Project. B.tech final year project for the College Students.
ffmpeg-hls-aes-php
Converting video file to m3u8 secured AES key.
AES_ENCODER
RTL implementation for Advanced Encryption Standard (AES) in Verilog. Synthesis Done in Synopsys DC.
AES-CTR-Padding-Attack
Golang programs for AES-CTR mode encryption with 2 different hashing algorithm and Padding Oracle attack on AES-CTR mode.
kAES
AES implementation in Kotlin
AES-Verilog
An implementation of the Advanced Encryption Standard (AES) encryption algorithm using Verilog supporting AES-128, AES-192, and AES-256 encryption/decryption
aes-ctr
AES-CTR implementation using AES-NI intrinsics and SIMD operations
Cryptography
C++ AES-128 encryption header for text and files.
OptimizedAES
优化的AES Optimized AES-Java
fernet
A modern PHP implementation of the Fernet message encryption spec for exchanging data securely between parties
aes-differential-fault-analysis
Differential Fault Analysis of AES using a single fault
Thesis
Onboard Keystroke Encryption for Secure Entry
bAESh
Hot, low speed encryption in Bash
aes_lib
A small library for AES encryption in both ECB and CBC modes
cryptaculous
A utility with zero dependencies to encrypt and decrypt values by abstracting the native crypto package.
toy-ransomware
Actual real-world ransomware coded in WinAPI C++ with the help of the Cryptography API made to encrypt a whole Windows installation
Symmetric-Encryption
Implementation of various symmetric key encryption systems like AES, DES, triple DES (3 DES), Ceasar cipher, Substitution cipher, Hill cipher
Krypt
A C++ AES implementation - an optimized forked of SergeyBel/AES
aestoolbox
An AES Toolbox for computing the Rijndael Key Schedule for a 128, 192, or 256-bit key.
electro-encryptor
Encrypting messaging tool on Electron + Flow
Embedded-System-for-Chronic-Disease-Patient-Monitoring-using-IoT
This project aims to develop an embedded system that monitors chronic disease patients who need frequent medical check-ups.
File-Encryption
A simple cryptography program that handles encryption/decryption of a file using a password (AES).
CPA-Attack-on-AES
Simple implementation of a CPA Attack on the AES-128 using Matlab.
NFClogin
Quick and simple 128-bit AES encrypted NFC compatible login tool.
cryptoCPP
a C++ crypto library for different crypto functions like DES, 3DES, AES, RSA etc.
AES-128-CBC
AES-128-CBC implementation in C for secure encryption and decryption. Header-only, easy integration, supports single and multiple block operations. No padding, block size must be 16 bytes. MIT licensed.
stegano
A powerful and memory-safe steganography tool 🕵️♂️ (WIP)
YouDao-Translater
有道翻译,web端api接口,纯python,无需js,主要重写了非正常的base64解码和使用数组进行AES解密的方法
AES_implementation
AES Encryption and Decryption implementation for CT303 - Basis of Information Integrity and Security - Academy of Cryptography Techniques
bethela
A command line tool for file encryption and decryption (AES256-CBC)
SecureCipher
Simple data encryption and decryption using AES Algorithm in Java swing. Users will put their hidden key that's the encrypt key alone with his/her message. Remote users only access the message by using the first user key