ecb-mode
Here are 33 public repositories matching this topic...
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.
-
Updated
Jul 22, 2017 - Python
A small library for AES encryption in both ECB and CBC modes
-
Updated
Feb 11, 2021 - C
A C++ AES implementation - an optimized forked of SergeyBel/AES
-
Updated
May 27, 2023 - C++
This library contains the implementation of popular crypto algorithms from scratch using C++
-
Updated
Jun 11, 2023 - C++
EncryptUtil 一个整理了JDK常用加密算法工具类集合
-
Updated
Jul 29, 2021 - Java
An Implemenation for AES algorithm using look up tables called T-tables. Plus, I delete for loops.
-
Updated
Jul 25, 2019 - C
Peer-to-peer encrypted chat application using Socket Programming (MultiSocket) written in JAVA
-
Updated
Jun 17, 2021 - Java
TwoFish implementation in python with vector tests.
-
Updated
Mar 24, 2024 - Python
Simple tool for ECB adaptive chosen plaintext attack
-
Updated
Sep 4, 2018 - Python
Solutions to Cryptopals challenges in Python 3. Visit https://cryptopals.com/ for the complete list of challenges.
-
Updated
Feb 2, 2022 - Python
🔐 An AES Like Fast Symmetric Cipher Implemented In C ⚡
-
Updated
Apr 2, 2024 - C
Improve this page
Add a description, image, and links to the ecb-mode topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the ecb-mode topic, visit your repo's landing page and select "manage topics."