This application allows you to test RSA keys for resistance to factorization using Pollard's method and YAFU
To use this you need:
- Clone repository
git clone https://github.com/logalexus/polard.git && cd polard
- Start app
docker compose up -d
- Go to web
http://localhost:8000
- PROFIT



