An open API service providing repository metadata for many open source software ecosystems.

GitHub topics: aes-algorithm

jnk0le/cortexm-AES

high performance AES implementations optimized for cortex-m microcontrollers

Language: Assembly - Size: 667 KB - Last synced at: 16 days ago - Pushed at: 16 days ago - Stars: 41 - Forks: 4

muhammadrafayasif/cryptography

Three popular cryptography algorithms (AES, DES, RSA) implemented in C++

Language: C++ - Size: 9.77 KB - Last synced at: 30 days ago - Pushed at: about 1 month ago - Stars: 0 - Forks: 0

Mehul2205/Cryptography-Assignments

These are the lab assignments performed during the course of cryptography

Language: Jupyter Notebook - Size: 1.06 MB - Last synced at: 3 months ago - Pushed at: about 5 years ago - Stars: 13 - Forks: 13

Colduction/aes

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

Language: Go - Size: 6.84 KB - Last synced at: 8 months ago - Pushed at: 11 months ago - Stars: 4 - Forks: 0

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: Java - Size: 32.2 KB - Last synced at: 11 months ago - Pushed at: over 3 years ago - Stars: 1 - Forks: 1

AmirHosseinAliHosseini/AES_Crypto

AES(Advanced Encryption Standard) implementation in C++

Language: C++ - Size: 10.7 KB - Last synced at: 6 months ago - Pushed at: over 2 years ago - Stars: 2 - Forks: 1

adithyayuri/AES-128_Encrypt

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

Language: HTML - Size: 8.06 MB - Last synced at: about 1 year ago - Pushed at: over 5 years ago - Stars: 0 - Forks: 0

alikashlan10/Data-Security-Project Fork of KANDEEL00/Data-Security-Project

Data security project aims to implement various algorithms using c#

Language: C# - Size: 91.8 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

gabrielmbmb/aes 📦

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

Language: Python - Size: 38.1 KB - Last synced at: about 1 year ago - Pushed at: about 6 years ago - Stars: 15 - Forks: 8

liadber/aes-encryption

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

Language: Java - Size: 7.81 KB - Last synced at: over 1 year ago - Pushed at: almost 6 years ago - Stars: 0 - Forks: 0

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: Python - Size: 173 MB - Last synced at: 15 days ago - Pushed at: over 4 years ago - Stars: 6 - Forks: 0

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: C - Size: 20.5 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

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: C - Size: 0 Bytes - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

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: C - Size: 19.5 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

larxn/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: Python - Size: 7.81 KB - Last synced at: 7 months ago - Pushed at: about 8 years ago - Stars: 3 - Forks: 0

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++ - Size: 127 KB - Last synced at: over 1 year ago - Pushed at: about 4 years ago - Stars: 1 - Forks: 1

Shoukaku07/AES-256-Folder-Encrypted

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

Language: Java - Size: 28.3 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0

ondergormez/BLM5101_Computer_Security_and_Cryptography

Language: Jupyter Notebook - Size: 5.13 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

pavelkryukov/putty-aes-ni

Demonstration suites for AES instruction set in PuTTY SSH client

Language: C - Size: 2.11 MB - Last synced at: 3 months ago - Pushed at: about 4 years ago - Stars: 4 - Forks: 2

fxxce/Symmetric-Encryption

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

Language: Python - Size: 35.2 KB - Last synced at: almost 2 years ago - Pushed at: over 2 years ago - Stars: 3 - Forks: 0

abdo-essam/AES-Algorithm

Language: Java - Size: 804 KB - Last synced at: 4 months ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

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: Java - Size: 6.11 MB - Last synced at: about 2 years ago - Pushed at: over 3 years ago - Stars: 1 - Forks: 0

ak811/aes-encryption

Ciphertext/Plaintext Encryption/Decryption using AES Algorithm

Language: Java - Size: 11.7 KB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 2 - Forks: 0

aeyno/EZcipher 📦

A simple to use and multi-language cryptographic library.

Language: Java - Size: 124 KB - Last synced at: over 2 years ago - Pushed at: about 7 years ago - Stars: 1 - Forks: 0

TanukiSharp/AES

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

Language: C# - Size: 17.6 KB - Last synced at: about 2 years ago - Pushed at: over 8 years ago - Stars: 1 - Forks: 1

M1TKO/AES-encryption-website

Encrypt and decrypt text with AES algorithm

Language: PHP - Size: 46.9 KB - Last synced at: about 2 years ago - Pushed at: over 8 years ago - Stars: 3 - Forks: 2

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: HTML - Size: 2.2 MB - Last synced at: about 2 years ago - Pushed at: about 7 years ago - Stars: 0 - Forks: 1