Crack legacy zip encryption with Biham and Kocher's known plaintext attack.
-
Updated
Oct 17, 2024 - C++
Crack legacy zip encryption with Biham and Kocher's known plaintext attack.
One-time encrypted password/secret sharing
Go implementation of the Data At Rest Encryption (DARE) format.
Scripts that illustrate basic cryptography concepts based on Coursera Standford Cryptography I course and more.
Crack legacy zip files using plaintext, bruteforce or dictionary attacks.
AES cryptographic library for .NET Framework and .NET Core
Cryptanalysis library for breaking classical ciphers
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.
Example of AWS Key Management Service encrypt/decrypt in ruby
Decode / Bruteforce Vigenere cipher text just using the Flag Format!!
Twin-Hex Cipher Encoder/Decoder
Python cracker for many time pad (multiple one time pad messages)
Given a plaintext and key, this will compute the corresponding DES ciphertext.
A comprehensive collection of various conversion tools for text manipulation, encoding, and cryptography.
A wrapper around the built-in crypto module that makes encryption easy in Node.js.
crypto; from kruptein to hide or conceal
A python code that performs a Vigenere cipher. Do both encryption of a plain text or decryption for a cipher text. in Vigenere cipher the key used in encryption or decryption is a single word and the message contains characters only.
🔐 Introduction to Encryption and Learning Cryptography
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."