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

GitHub topics: ecb-mode

Debajyati/NKrypTor

A Demo Website for Encrypting & Decrypting Images Using Various Algorithms

Language: Python - Size: 665 KB - Last synced at: 2 days ago - Pushed at: 21 days ago - Stars: 0 - Forks: 0

andreburgaud/crypt2go

Go (golang) ECB mode of encryption and padding.

Language: Go - Size: 128 KB - Last synced at: 13 days ago - Pushed at: 13 days ago - Stars: 107 - Forks: 26

AkikoAkaki/java-ecb-file-encryption

A Java-based file encryption and decryption tool using simplified ECB block cipher logic.

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

K-Czaplicki/TwoFish

TwoFish implementation in python with vector tests.

Language: Python - Size: 25.4 KB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 5 - Forks: 1

bstnbuck/V-crypto

Current status of V's crypto library and implementation of additional algorithms

Language: V - Size: 68.4 KB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 4 - Forks: 0

waldner/bAESh

Hot, low speed encryption in Bash

Language: Shell - Size: 71.3 KB - Last synced at: 2 months ago - Pushed at: almost 4 years ago - Stars: 7 - Forks: 0

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.

Language: Python - Size: 703 KB - Last synced at: about 1 month ago - Pushed at: almost 8 years ago - Stars: 26 - Forks: 21

pjok1122/AES-Optimization

An Implemenation for AES algorithm using look up tables called T-tables. Plus, I delete for loops.

Language: C - Size: 10.7 KB - Last synced at: 3 months ago - Pushed at: almost 6 years ago - Stars: 5 - Forks: 0

emagood/EncryptGodot

Encrypt Godot

Language: GDScript - Size: 3.91 KB - Last synced at: 4 months ago - Pushed at: 8 months ago - Stars: 0 - Forks: 0

Mansurow/bmstu-iu7-7sem-Information-Protection

Лабораторные работы по курсу "Защита информации"

Language: TeX - Size: 113 MB - Last synced at: 11 months ago - Pushed at: 11 months ago - Stars: 0 - Forks: 0

gerhalt/cryptopals

Solutions to Cryptopals challenges in Python 3. Visit https://cryptopals.com/ for the complete list of challenges.

Language: Python - Size: 430 KB - Last synced at: 4 months ago - Pushed at: over 3 years ago - Stars: 2 - Forks: 0

kellencataldo/aes_lib

A small library for AES encryption in both ECB and CBC modes

Language: C - Size: 10.7 KB - Last synced at: about 1 year ago - Pushed at: over 4 years ago - Stars: 7 - Forks: 7

AjayBadrinath/Kuznechik

🔐 An AES Like Fast Symmetric Cipher Implemented In C ⚡

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

ujjawalece/Verilog-code-for-different-modes-of-DES

Verilog code for different modes of DES

Language: Verilog - Size: 25.3 MB - Last synced at: 5 months ago - Pushed at: almost 4 years ago - Stars: 2 - Forks: 1

mrdcvlsc/Krypt Fork of SergeyBel/AES

C++ AES implementation

Language: C++ - Size: 892 KB - Last synced at: about 1 year ago - Pushed at: about 2 years ago - Stars: 5 - Forks: 0

bricke/Qt-AES

Native Qt AES encryption class

Language: C++ - Size: 2.81 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 426 - Forks: 165

pushpadevl/aes_c

AES-128, 192, 256 in C with CBC, ECB, CTR mode.

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

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: almost 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

rusakovichma/ecb-encryption-research

Simple demonstration of ECB encryption problem

Language: Java - Size: 241 KB - Last synced at: almost 2 years ago - Pushed at: about 4 years ago - Stars: 0 - Forks: 0

tabneib/ecbacp

Simple tool for ECB adaptive chosen plaintext attack

Language: Python - Size: 24.4 KB - Last synced at: 4 months ago - Pushed at: almost 7 years ago - Stars: 3 - Forks: 1

paulchen2713/DES

Data Encryption Standard (DES) and Triple Data Encryption Algorithm (TEDA) with ECB mode

Language: MATLAB - Size: 409 KB - Last synced at: 3 months ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 0

ogtomi/crypto_lib

This library contains the implementation of popular crypto algorithms from scratch using C++

Language: C++ - Size: 406 KB - Last synced at: about 2 years ago - Pushed at: about 2 years ago - Stars: 1 - Forks: 0

hubert-kniola/CipherMods-ECB-CBC-OFB-CFB-CTR

Measurement of encryption and decryption times using different operating modes for the AES Cipher

Language: Java - Size: 27.3 KB - Last synced at: 3 months ago - Pushed at: over 4 years ago - Stars: 3 - Forks: 1

EncryptUtil/EncryptUtil

EncryptUtil 一个整理了JDK常用加密算法工具类集合

Language: Java - Size: 72.3 KB - Last synced at: over 2 years ago - Pushed at: almost 4 years ago - Stars: 5 - Forks: 1

nemokayipolmus/BlockCipher

CENG 474 Communication and Network Security Homework

Language: Jupyter Notebook - Size: 3.47 MB - Last synced at: over 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

alexmasi/Block-Cipher-CTR-ECB

An AES implementation of a CTR block cipher using a CBC-MAC along with an ECB implementation for comparison

Language: C - Size: 3.34 MB - Last synced at: 3 months ago - Pushed at: over 7 years ago - Stars: 1 - Forks: 0

hukatama024e/aes_rustlang

Advanced Encryption Standard implimented in Rust

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

barnabycollins/Codes-Crypto

Y3 Codes and Cryptography coursework. Codes = designing a custom lossless text compression algorithm; Crypto = decrypting an encrypted what3words address!

Language: TeX - Size: 41.3 MB - Last synced at: 7 months ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

hwiorn/aes-keywrap-rs

AES Key Wrap for Rust (AES-KW, RFC 3394 / RFC 5649)

Language: Rust - Size: 10.7 KB - Last synced at: about 21 hours ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 1

jaskier07/Cryptographer

Program to encrypt and decrypt files using ECB, CBC, CFB, OFB.

Language: C# - Size: 1.1 MB - Last synced at: over 2 years ago - Pushed at: over 4 years ago - Stars: 1 - Forks: 0