ecb
There are 80 repositories under ecb topic.
ricmoo/aes-js
A pure JavaScript implementation of the AES block cipher and all common modes of operation for node.js or web browsers.
bricke/Qt-AES
Native Qt AES encryption class
ricmoo/pyaes
Pure-Python implementation of AES block-cipher and common modes of operation.
forgoer/openssl
A functions wrapping of OpenSSL library for symmetric and asymmetric encryption and decryption.
fffaraz/cppDES
C++ implementation of Data Encryption Standard (DES, 3DES) (ECB, CBC)
andreburgaud/crypt2go
Go (golang) ECB mode of encryption and padding.
cocoajin/Security-iOS
some NSData Category for doing RSA,AES,MD5,SHA1,SHA256,Sign,Verify on iOS Cryptography
DamnVulnerableCryptoApp/DamnVulnerableCryptoApp
An app with really insecure crypto. To be used to see/test/exploit weak cryptographic implementations as well as to learn a little bit more about crypto, without the need to dive deep into the math behind it
brianPlummer/AndroidEncryptionExample
Android RSA AES Example with unit tests
aykxt/crypto
🔐 Fast crypto library for Deno written in pure Typescript. AES, Blowfish, CAST5, DES, 3DES, HMAC, HKDF, PBKDF2
cszxyang/cipher4j
Pure Implementations for encryption algorithms including DES, RSA, AES, RC4
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.
voutsasva/RatesExchangeApi_iOS
A fully functional currency converter for iOS written in Swift 4, based on Rates Exchange API.
h4kuna/exchange
ČNB, ECB, RB exchange rates, fiat exchange, built-in cache, expandable for other banks, PSR-7, 17, 18
theogobinet/Katsumi
Cryptography project carried out at the UTT for the GS15 course in fall 2020 (A20).
n1flh31mur/QSimpleCrypto
Small C++ cryptography library based on Qt and OpenSSL.
qqilihq/ecb-euro-exchange-rates
Retrieve Euro foreign exchange reference rates from the European Central Bank
bricke/tiny-AES-C
Small portable AES128 in C
gabrielmbmb/aes
🔑 An implemetantion of the AES algorithm in Python 3 and block cipher mode of operation ECB, CBC and CTR.
kayon/crypt
:lock: A simple Go library for cryptographic
smallbuer/flutter_aes_ecb_pkcs5
a flutter plugin of aes_ecb_pkcs5
52fhy/crypt-demo
crypt加密解密各种语言实现demo
simplito/xtea-js
A pure JavaScript XTEA block cipher implementation (PHP MCRYPT_XTEA compatible) with support for ECB and CBC modes of operation and PKCS7 padding.
yoeo/cryptopals
Hacking cryptography in Ruby, using Cryptopals techniques
AlonEirew/cross-doc-event-coref
Cross-document event coreference resolution model and code
AlonEirew/wd-plus-srl-extraction
Methods for extracting Within-Document(WD) and Semantic-Role-Labeling(SRL) information from already tokenized corpus
ChengjinWu/aescrypto
A simple go structure is used to encrypt and decrypt strings in aes encoding mode.
kellencataldo/aes_lib
A small library for AES encryption in both ECB and CBC modes
AbdeltwabMF/aes-ciphers
AES block cipher modes with the user interface.
jepozdemir/live-currency-exchange-rate
Getting live currency exchange rates from European Central Bank and Turkish Central Bank.
Vipul97/des
Implementation of Data Encryption Standard (DES) in Python.
voutsasva/RatesExchangeApi-Core
An official .NET Standard library for using the Rates Exchange API.
cloudmadeofcandy/AES_implementation
AES Encryption and Decryption implementation for CT303 - Basis of Information Integrity and Security - Academy of Cryptography Techniques
m-muecke/bbk
R client for central bank APIs
quicksilver32/RC6
RC6 cypher realiztion on Python with GUI
GusRob/Crypto
Practicing Encryption/Decryption Algorithms