Skip to content

dkvhr/crypto-tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

crypto-tools

Some functions to solve crypto CTF challs

RSA

Broadcast Attack This uses a broadcast attack to retrieve the original plaintext. You should pass an array with the moduli as the first argument, an array with the ciphertexts as the second argument and the value of the public key e as the third argument.
Small e This uses a Small e attack to retrieve the original plaintext. The first argument should be the ciphertext and the second argument should be the value of the public key e.

XOR

  • Simple XOR
  • Tool to bruteforce the key

Frequency analysis

  • Compute occurrence of letters on a string

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages