aes-algorithm

There are 32 repositories under aes-algorithm topic.

  • jnk0le/cortexm-AES

    high performance AES implementations optimized for cortex-m microcontrollers

    Language:Assembly345124
  • gabrielmbmb/aes

    🔑 An implemetantion of the AES algorithm in Python 3 and block cipher mode of operation ECB, CBC and CTR.

    Language:Python16108
  • Mehul2205/Cryptography-Assignments

    These are the lab assignments performed during the course of cryptography

    Language:Jupyter Notebook112013
  • fxxce/Symmetric-Encryption

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

    Language:Python6100
  • Kullmann/Photocrypt

    The purpose of this project is to encrypt and decrypt photos using the AES algorithm with a one-time use 128-bit AES session key wrapped with 2048-bit RSA encryption.

    Language:Python6200
  • M1TKO/AES-encryption-website

    Encrypt and decrypt text with AES algorithm

    Language:PHP6302
  • muhammadmiziev/FilesCrypter

    Crypt\Decrypt. By AES algorithm.

    Language:Python5101
  • dngvmnh/Cryptography

    This project focuses on the design and implementation of a digital security system incorporating cryptographic algorithms like Caesar, ChaCha, AES, and Prince, alongside the development of electronic circuits targeting preconfigured microcontrollers within limited hardware environments.

    Language:Verilog4100
  • pavelkryukov/putty-aes-ni

    Demonstration suites for AES instruction set in PuTTY SSH client

    Language:C44202
  • trantuandatvietnam/aes-frontend-backend

    Encrypt communication between frontend and backend

    Language:Java4100
  • Colduction/aes

    Package for both encrypt and decrypt data using AES algorithm written in Go

    Language:Go3
  • luveqz/AES128

    Script based on Chris Rose's AES Encryption Tutorial. It is meant to be a clear implementation to help understanding the AES algorithm.

    Language:Python3210
  • sunnymeow/SecureChatSystem

    This is a fully functional secure chat system that offers a command line interface that allows multiple users to talk to multiple other users simultaneously through a chat server

    Language:Java3322
  • VICKY0071/secure-file-storage-using-hybrid-cryptography

    The project for encrypting files using hybrid cryptography using the AES, DES and RC4 algorithm and then sending the keys using the Diffie Hellman key exchange.

    Language:Python3200
  • AmirHosseinAliHosseini/AES_Crypto

    AES(Advanced Encryption Standard) implementation in C++

    Language:C++2101
  • NikosDls/AES-algorithm-in-c

    Semester project for lesson "Ανάπτυξη και Σχεδίαση Λογισμικού"

    Language:C2004
  • Shoukaku07/AES-256-Folder-Encrypted

    Simple class to encrypt files in java (android studio).

    Language:Java2100
  • AhmedShoeb0/MessageEncryptionDecryptionApp

    A simple Java application that uses AES algorithm to encrypt any text or decrypt the encrypted text back to a meaningful message.

    Language:Java1101
  • apoorv-asc/Secure-File-System-Simulation

    Simulation of a Cryptographic file system which makes use of AES Algorithm to encrypt the data of the users

    Language:C++1101
  • halloweeks/AES-192-CBC

    This GitHub repository offers AES_192_CBC.h, a single header file for streamlined integration into C projects. It provides robust AES-192 CBC encryption and decryption, ensuring enhanced security. With its simplicity and comprehensive functionality, this header file simplifies cryptographic operations in CBC mode.

    Language:C1100
  • halloweeks/AES-192-ECB

    This GitHub hosts AES_192_ECB.h, a C header file implementing AES-192 ECB encryption. AES-192, an extension of AES-128, ensures robust security. The file encapsulates the aes-192-ecb algorithm in C for efficient and secure implementation.

    Language:C1100
  • Mohamed-Hamdy/java-problems

    Operating System Algorithms and security Algorithms [AES , DES , ... ] and Multimedia Algorithms [Adaptive Huffman Algorithm, LZ78 , LZ88 , LZW, Vector Quantization Algorithm, ...]

    Language:Java1100
  • TanukiSharp/AES

    A cross-platform application to encrypt and decrypt data using the AES algorithm

    Language:C#1202
  • adithyayuri/AES-128_Encrypt

    C code for AES128 encrypt - Runs on ATMEL SAML21 XPro board

    Language:HTML0100
  • alikashlan10/Data-Security-Project

    Data security project aims to implement various algorithms using c#

    Language:C#0000
  • gopichandpuli9/Cryptography-Algorithms

    A web application designed to test various cryptography and hash algorithms.

    Language:Python0100
  • halloweeks/AES-256-ECB

    AES-256-ECB: A header-only library offering seamless AES-256 ECB encryption and decryption functionality. Safeguard your data effortlessly with this single-header implementation. This solution is devoid of external dependencies, making it perfect for projects demanding reliable and efficient symmetric encryption.

    Language:C0100
  • liadber/aes-encryption

    Encryption/Decryption system implements AES algorithm created with @Yogevitz for Network Security course

    Language:Java0200
  • Omkara1760/Cyber_Security-Algorithms

    These are my encryption-decryption algorithms which I learned and implemented in the cybersecurity course

    Language:Java0100
  • SouravKr9/steganographAndSend

    This Java Enterprise web application verifies it's users using Google's OAuth 2.0. It then hides their text in an image using LSB algorithm and encrypts the image using AES algorithm for additional security. It also allows users to send encrypted image via email using gmail's RESTful api.

    Language:HTML101