A pure JavaScript implementation of the AES block cipher and all common modes of operation for node.js or web browsers.
-
Updated
Oct 8, 2023 - JavaScript
A pure JavaScript implementation of the AES block cipher and all common modes of operation for node.js or web browsers.
A functions wrapping of OpenSSL library for symmetric and asymmetric encryption and decryption.
C++ implementation of Data Encryption Standard (DES, 3DES) (ECB, CBC)
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
Android RSA AES Example with unit tests
Pure Implementations for encryption algorithms including DES, RSA, AES, RC4
A fully functional currency converter for iOS written in Swift 4, based on Rates Exchange API.
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.
Cryptography project carried out at the UTT for the GS15 course in fall 2020 (A20).
Retrieve Euro foreign exchange reference rates from the European Central Bank
🔑 An implemetantion of the AES algorithm in Python 3 and block cipher mode of operation ECB, CBC and CTR.
Add a description, image, and links to the ecb topic page so that developers can more easily learn about it.
To associate your repository with the ecb topic, visit your repo's landing page and select "manage topics."