ecb-mode
There are 34 repositories under ecb-mode topic.
bricke/Qt-AES
Native Qt AES encryption class
andreburgaud/crypt2go
Go (golang) ECB mode of encryption and padding.
Vincent-G-Van/AES-Encryption-Python
Two scripts in Python to encrypt/decrypt using the 128 bits AES algorithm, ECB mode with hex "00" as padding for each character. For the encryption, an ascii plaintext file is taken as the input, then an encrypted hex file is outputted. For the decryption, a ciphertext hex file is taken as the input, then a decrypted ascii file is outputted.
kellencataldo/aes_lib
A small library for AES encryption in both ECB and CBC modes
ogtomi/crypto_lib
This library contains the implementation of popular crypto algorithms from scratch using C++
waldner/bAESh
Hot, low speed encryption in Bash
EncryptUtil/EncryptUtil
EncryptUtil 一个整理了JDK常用加密算法工具类集合
mrdcvlsc/Krypt
A C++ AES implementation - an optimized forked of SergeyBel/AES
pjok1122/AES-Optimization
An Implemenation for AES algorithm using look up tables called T-tables. Plus, I delete for loops.
bardakcib/KetchApp
Peer-to-peer encrypted chat application using Socket Programming (MultiSocket) written in JAVA
bstnbuck/V-crypto
Current status of V's crypto library and implementation of additional algorithms
K-Czaplicki/TwoFish
TwoFish implementation in python with vector tests.
Mansurow/bmstu-iu7-7sem-Information-Protection
Лабораторные работы по курсу "Защита информации"
hubert-kniola/CipherMods-ECB-CBC-OFB-CFB-CTR
Measurement of encryption and decryption times using different operating modes for the AES Cipher
tabneib/ecbacp
Simple tool for ECB adaptive chosen plaintext attack
AjayBadrinath/Kuznechik
🔐 An AES Like Fast Symmetric Cipher Implemented In C ⚡
gerhalt/cryptopals
Solutions to Cryptopals challenges in Python 3. Visit https://cryptopals.com/ for the complete list of challenges.
ujjawalece/Verilog-code-for-different-modes-of-DES
Verilog code for different modes of DES
5olitude/AES_ECB-DECODER
Example of decoding (AES With ECB) encrypted image in golang.
alexmasi/Block-Cipher-CTR-ECB
An AES implementation of a CTR block cipher using a CBC-MAC along with an ECB implementation for comparison
jaskier07/Cryptographer
Program to encrypt and decrypt files using ECB, CBC, CFB, OFB.
tanel312/AES_Library
AES 128/192/256 encryption/decryption in modes: CBC, ECB, CTR, OFB & CFB
diamantis-rafail-papadam/Undergraduate-Cybersecurity-Assignment_4
This is an assignment I completed as an undergraduate student in Technical University of Crete.
emagood/EncryptGodot
Encrypt Godot
hukatama024e/aes_rustlang
Advanced Encryption Standard implimented in Rust
hwiorn/aes-keywrap-rs
AES Key Wrap for Rust (AES-KW, RFC 3394 / RFC 5649)
nemokayipolmus/BlockCipher
CENG 474 Communication and Network Security Homework
NikolasTz/Crypto-Tools
A set of crypto tools and libraries
pushpadevl/aes_c
AES-128, 192, 256 in C with CBC, ECB, CTR mode.
barnabycollins/Codes-Crypto
Y3 Codes and Cryptography coursework. Codes = designing a custom lossless text compression algorithm; Crypto = decrypting an encrypted what3words address!
paulchen2713/DES
Data Encryption Standard (DES) and Triple Data Encryption Algorithm (TEDA) with ECB mode
rusakovichma/ecb-encryption-research
Simple demonstration of ECB encryption problem
yhasansenyurt/ElGamal_CryptograhpyAlgorithm
ECB and CBC Ciphering Modes of ElGamal Algorithm.