Skip to content

RSA2048 private key hacking (educational project)

License

Notifications You must be signed in to change notification settings

redneckz/RSA2048

Repository files navigation

RSA2048

RSA2048 private key hacking (educational project)

Requirements

  • Python 3
  • Dask runtime

Install

$ source ./env/bin/activate
$ pip install -r ./requirements.txt

Prepare

On a separate highly available node:

$ dask scheduler

And several workers as follows:

$ dask worker scheduler-host:8786 --memory-limit 1GB --death-timeout 120 --name worker-name --local-directory /tmp/

Run

Configure by editing config.py and run on scheduler node:

$ python3 ./app.py

About

RSA2048 private key hacking (educational project)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published