Crack legacy zip encryption with Biham and Kocher's known plaintext attack.
-
Updated
Jan 18, 2025 - C++
Crack legacy zip encryption with Biham and Kocher's known plaintext attack.
Simplified Data Encryption Standard (S-DES) is a simple version of the DES Algorithm. It is a block cipher that takes a block of plain text and converts it into ciphertext. It takes a block of 8 bit. It is a symmetric key cipher, they use the same key for both encryption and decryption. We take a random 10-bit key and produce two 8-bit keys.
C++ interface for AES encryption and decryption
bl4ckbo7 Cipher is a Monoalphabetic Substitution Cipher, which can encrypt and decrypt plaintexts.
DES takes a 64-bit plaintext and creates a 64-bit ciphertext during encryption and takes a 64-bit ciphertext and creates a 64-bit block of plaintext during decryption. A 56-bit cipher key is used for both encryption and decryption.
Implementation of RSA cryptosystem on a microcontroller for IOT applications
GUI application built with Qt and C++ that lets you cipher text messages and allows you to decipher them back too
Add a description, image, and links to the ciphertext topic page so that developers can more easily learn about it.
To associate your repository with the ciphertext topic, visit your repo's landing page and select "manage topics."