Skip to content

RafaelGranza/RSA-Encryption-Framework

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RSA Encryption Framework

RSA Key Generator 😇
RSA Key Breaker 😈

*Does not accept keys bigger than 1024 bits

Prerequisites:

  • g++
  • boost lib

To Compile:

$ make

Encryption Tests

  • The text to encrypt is in "messages/text.txt".
  • The encrypted file is in "messages/encoded.txt".
  • The decrypted file is in "messages/decoded.txt".
To run the test:
$ ./main

Key Breaker Tests

To run the test:
$ ./break

Factorization Speed

Time

About

Encryption Framework - Generation & Breaking

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published