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

GitHub topics: aes-ecb

abumq/mine

Minimal and single-header cryptography library (AES, RSA, Base16, Base64, ZLib), implemented for education purposes - use @abumq/ripe for production.

Language: C++ - Size: 463 KB - Last synced at: 3 days ago - Pushed at: about 1 year ago - Stars: 99 - Forks: 19

aayes89/JCryptoBreaker

Librería para manejar cifrados AES y RSA

Language: Java - Size: 12.7 KB - Last synced at: about 1 month ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

halloweeks/AES-128-ECB

This GitHub repository houses a standard AES-128 ECB (Electronic Codebook) encryption algorithm implemented in the C programming language. AES-128 is a widely recognized encryption standard known for its security and efficiency.

Language: C - Size: 96.7 KB - Last synced at: 6 months ago - Pushed at: 6 months ago - Stars: 0 - Forks: 1

skyf0l/AES-library

Lightweight AES library in C

Language: C - Size: 37.1 KB - Last synced at: about 1 month ago - Pushed at: almost 4 years ago - Stars: 1 - Forks: 1

5n00py/soft-aes

Software implementation of the AES cipher with related modes of operations

Language: Rust - Size: 108 KB - Last synced at: 9 months ago - Pushed at: about 1 year ago - Stars: 2 - Forks: 0

AmirHosseinAliHosseini/AES_Crypto

AES(Advanced Encryption Standard) implementation in C++

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

yidas/crypto-sample-php

PHP sample code for symmetric and asymmetric cryptography with encryption and decryption

Language: PHP - Size: 33.2 KB - Last synced at: 12 days ago - Pushed at: about 1 year ago - Stars: 7 - Forks: 7

muneebahmad/AESPhp

AES Reference implementation in php, was written by me for PGSS

Language: PHP - Size: 2.93 KB - Last synced at: about 1 year ago - Pushed at: over 7 years ago - Stars: 0 - 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: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

muneebahmad/AESAndroid

Android AES-ECB/CBC, reference implementation by me in Java for PGSS.

Language: Java - Size: 85 KB - Last synced at: about 1 year ago - Pushed at: over 7 years ago - Stars: 3 - Forks: 1

x343734282/aes-ecb

aes-ecb nodejs implement for communication with others languages like java, .net.

Language: JavaScript - Size: 4.88 KB - Last synced at: 6 days ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 1

lampnick/AES-DES-Encrypt-Decrypt

signature algorithm,Interface security verification。

Language: Go - Size: 10.7 KB - Last synced at: 11 months ago - Pushed at: over 4 years ago - Stars: 10 - Forks: 5

arnavyc/aes-c

C library for encrypting & decrypting data with AES-128/192/256. (WIP)

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

hieunguyen1053/cryptopp-example

A few examples use the crypto ++ library for hash functions, block ciphers, public key signature schemes.

Language: C++ - Size: 2.93 KB - Last synced at: over 1 year ago - Pushed at: over 4 years ago - Stars: 4 - Forks: 5

diamantis-rafail-papadam/Undergraduate-Cybersecurity-Assignment_4

This is an assignment I completed as an undergraduate student in Technical University of Crete.

Size: 54.7 KB - Last synced at: over 1 year ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

tehcpu/tiny-AES

Simple AES128/192/256 in Java

Language: Java - Size: 11.7 KB - Last synced at: over 1 year ago - Pushed at: over 6 years ago - Stars: 13 - Forks: 13

rusakovichma/ecb-encryption-research

Simple demonstration of ECB encryption problem

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

haowanxing/go-aes-ecb

A Simple Go Encryptor/Decryptor For AES-ECB Mode

Language: Go - Size: 7.81 KB - Last synced at: 5 months ago - Pushed at: over 6 years ago - Stars: 7 - Forks: 7

kiro6/AES-encryption-decryption-tool

AES encryption and decryption tool for files

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

mac-aron/python-security

Exploring security methods in Python

Language: Python - Size: 188 KB - Last synced at: almost 2 years ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

user163/image-encryption

Encryption / Decryption of images with AES-CBC/ECB

Language: Python - Size: 282 KB - Last synced at: almost 2 years ago - Pushed at: over 4 years ago - Stars: 8 - Forks: 0

gth-other/Cryptor 📦

Implementation of AES128 (ECB / CTR) and SHA256.

Language: C++ - Size: 715 KB - Last synced at: about 2 years ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 0

sanojsen/React-Client-Side-AES-Encryption-Decryption

Client side AES encryption implemented with the help of crypto.js

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

EverWinter23/aes-ecb-pkcs5

AES/ECB/PKCS5 cipher encryption/decryption using python3 standard library.

Language: Python - Size: 14.6 KB - Last synced at: 24 days ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 0

melardev/Cpp_AES_ECB_Implementation

Language: C++ - Size: 7.81 KB - Last synced at: about 1 month ago - Pushed at: almost 6 years ago - Stars: 2 - Forks: 0

iVishalr/AES-Encryption

This is a quick and simple AES Encryption implementation using C Programming Language

Language: Objective-C - Size: 23.4 KB - Last synced at: about 2 years ago - Pushed at: over 4 years ago - Stars: 1 - Forks: 2

netromdk/faes

Fast AES

Language: C++ - Size: 160 KB - Last synced at: about 2 months ago - Pushed at: over 9 years ago - Stars: 2 - Forks: 1

gone-haywire/AES-ECB

Personal implementation of AES ECB mode.

Language: Python - Size: 5.86 KB - Last synced at: 8 months ago - Pushed at: about 8 years ago - Stars: 0 - Forks: 2