aes-128

There are 280 repositories under aes-128 topic.

  • cryptography-experiment

    BUAA CST Spring 2019 Cryptography Experiment

    Language:Python11
  • AES-Encryption

    AES Encryption using x86 Assembly (NASM)

    Language:Assembly10
  • 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

    Language:Java10
  • py-aes

    Implementation of Advance Encryption Standard (AES-128/192/256/512) using Python and Numpy

    Language:Python9
  • Crptography-Final-Year-Project

    Crptography-Final-Year-Project

    Top Class AES Encryption and Decryption Cryptography Project. B.tech final year project for the College Students.

    Language:Jupyter Notebook9
  • ffmpeg-hls-aes-php

    Converting video file to m3u8 secured AES key.

    Language:PHP9
  • AES_ENCODER

    RTL implementation for Advanced Encryption Standard (AES) in Verilog. Synthesis Done in Synopsys DC.

    Language:Verilog8
  • AES-CTR-Padding-Attack

    Golang programs for AES-CTR mode encryption with 2 different hashing algorithm and Padding Oracle attack on AES-CTR mode.

    Language:Go8
  • kAES

    AES implementation in Kotlin

    Language:Kotlin8
  • AES-Verilog

    An implementation of the Advanced Encryption Standard (AES) encryption algorithm using Verilog supporting AES-128, AES-192, and AES-256 encryption/decryption

    Language:Verilog7
  • aes-ctr

    AES-CTR implementation using AES-NI intrinsics and SIMD operations

    Language:C++7
  • Cryptography

    C++ AES-128 encryption header for text and files.

    Language:C++7
  • OptimizedAES

    优化的AES Optimized AES-Java

    Language:Java7
  • fernet

    A modern PHP implementation of the Fernet message encryption spec for exchanging data securely between parties

    Language:PHP7
  • aes-differential-fault-analysis

    Differential Fault Analysis of AES using a single fault

    Language:Python7
  • Thesis

    Onboard Keystroke Encryption for Secure Entry

    Language:C7
  • bAESh

    Hot, low speed encryption in Bash

    Language:Shell7
  • aes_lib

    A small library for AES encryption in both ECB and CBC modes

    Language:C7
  • cryptaculous

    A utility with zero dependencies to encrypt and decrypt values ​​by abstracting the native crypto package.

    Language:TypeScript6
  • toy-ransomware

    Actual real-world ransomware coded in WinAPI C++ with the help of the Cryptography API made to encrypt a whole Windows installation

    Language:C++6
  • Symmetric-Encryption

    Implementation of various symmetric key encryption systems like AES, DES, triple DES (3 DES), Ceasar cipher, Substitution cipher, Hill cipher

    Language:Python6
  • Krypt

    Krypt

    A C++ AES implementation - an optimized forked of SergeyBel/AES

    Language:C++6
  • aestoolbox

    An AES Toolbox for computing the Rijndael Key Schedule for a 128, 192, or 256-bit key.

    Language:Python6
  • electro-encryptor

    Encrypting messaging tool on Electron + Flow

    Language:JavaScript6
  • 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.

    Language:TeX5
  • File-Encryption

    A simple cryptography program that handles encryption/decryption of a file using a password (AES).

    Language:Ruby5
  • CPA-Attack-on-AES

    Simple implementation of a CPA Attack on the AES-128 using Matlab.

    Language:C5
  • NFClogin

    Quick and simple 128-bit AES encrypted NFC compatible login tool.

    Language:C++5
  • cryptoCPP

    a C++ crypto library for different crypto functions like DES, 3DES, AES, RSA etc.

    Language:C++5
  • 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.

    Language:C4
  • stegano

    A powerful and memory-safe steganography tool 🕵️‍♂️ (WIP)

    Language:Rust4
  • YouDao-Translater

    有道翻译,web端api接口,纯python,无需js,主要重写了非正常的base64解码和使用数组进行AES解密的方法

    Language:Python4
  • AES_implementation

    AES Encryption and Decryption implementation for CT303 - Basis of Information Integrity and Security - Academy of Cryptography Techniques

    Language:Python4
  • bethela

    A command line tool for file encryption and decryption (AES256-CBC)

    Language:C++4
  • 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

    Language:Java4