Skip to content

p4r4xor/RoundRabin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RoundRabin

Encryption, Decryption and Keygeneration of Rabin Cryptosystem

References Used

Build Details

git clone https://github.com/p4r4xor/rabin-cryptosystem.git
cd integer-factorization/  
go build rabin-decrypt.go
go build rabin-encrypt.go
go build rabin-keygenerate.go

Usage

./rabin-encrypt <public_key_file_name> <message_in_decimal_format>
./rabin-decrypt <private_key_file_name> <ciphertext_in_decimal_format>
./rabin-keygenerate.go <public_key_file_name> <private_key_file_name>

Running the following prompts you to enter a number of your choice.
Keyboard Interrupt stops the program.

About

Encryption and Decryption of Rabin Cryptosystem

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages