Repository navigation

#

ciphertext

Crack legacy zip encryption with Biham and Kocher's known plaintext attack.

C++
1834
3 个月前

Go implementation of the Data At Rest Encryption (DARE) format.

Go
372
8 个月前

Scripts that illustrate basic cryptography concepts based on Coursera Standford Cryptography I course and more.

Python
66
5 年前

Crack legacy zip files using plaintext, bruteforce or dictionary attacks.

C
50
3 个月前

AES cryptographic library for .NET Framework and .NET Core

C#
33
4 个月前

Decode / Bruteforce Vigenere cipher text just using the Flag Format!!

Python
30
5 个月前

Cryptanalysis library for breaking classical ciphers

Python
26
6 年前

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.

Python
26
8 年前

Example of AWS Key Management Service encrypt/decrypt in ruby

Ruby
25
15 天前

Python cracker for many time pad (multiple one time pad messages)

Python
10
5 年前

Given a plaintext and key, this will compute the corresponding DES ciphertext.

HTML
9
1 年前

Network Engineer/System Administrator automation tool for executing remote commands on multiple devices/hosts via SSH.

Python
8
2 年前

A comprehensive collection of various conversion tools for text manipulation, encoding, and cryptography.

HTML
7
2 年前

A wrapper around the built-in crypto module that makes encryption easy in Node.js.

JavaScript
6
9 年前

An OpenCL implementation of most common ciphers

C
6
8 年前

Plain text to Cipher text (Console application) using C#

C#
5
7 年前

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.

Python
4
7 年前