rc97 / RSATesting

Testing how good RSA keys generated by different libraries in different languages are, a part of 14:332:424/519 Information and Network Security class at Rutgers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RSATesting

Testing how good RSA keys generated by different libraries in different languages are, a part of 14:332:424/519 Information and Network Security class at Rutgers

How to use this Repository:

Each language gets their own branch, and to see the progress of another group, switch branches
Try not to modify files created by other groups? (for pushing purposes)

Quick 30 Seconds on Git

git clone (copies repository)
git add (-A) (adds changes made)
git commit (-m "message) (-a) (commits changes made)
git push (pushes commits to the server on github)
git pull (pulls new commits made by other people)
git checkout (switches branches to branch name) \

About

Testing how good RSA keys generated by different libraries in different languages are, a part of 14:332:424/519 Information and Network Security class at Rutgers


Languages

Language:Python 100.0%