Skip to content

thehackersbrain/rsa_decoder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RSA SSH Key Decoder

rsa ssh key decoder

RSA SSH key Decoder using Python3

Version

RSA SSH Key Decoder v1.0

Requirements

Note : Make sure all requirements are satisfied...

Uses

clone this repo

git clone https://github.com/hackers-brain/rsa_decoder.git

change directory

cd rsa_decoder

install requirements

pip3 install -r requirements.txt

run main script

python3 main.py -f <encoded_file> -d <decryption_key> -m <modulus>

eg

python3 main.py -f enc.txt -d xxxx -m xxxx

Credits

Author : HackerBrain

Website : gauravraj.rf.gd

HackersBrain : HackTheBox

HackersBrain : TryHackMe

About

RSA SSH Private Key Decoder using Python3

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages