/crypto-one-time

Decrypt one ciphertext, given some hex-encoded ciphertext that has been encrypting with the same stream cipher key. Problem from the Stanford online free Cryptography course.

Primary LanguageJava

Cripto-XOR

Decrypt one ciphertext, given some hex-encoded ciphertext that has been encrypting with the same stream cipher key. Problem from the Stanford online free Cryptography course. This was coded mainly by Juan Antonio Cano and a some help of me.