https://github.com/logalexus/polard
RSA Keys analyzer
https://github.com/logalexus/polard
cryptography factorization fastapi pollard-rho public-key rsa vue yafu
Last synced: 5 months ago
JSON representation
RSA Keys analyzer
- Host: GitHub
- URL: https://github.com/logalexus/polard
- Owner: logalexus
- Created: 2024-10-22T12:14:52.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-19T16:03:05.000Z (about 1 year ago)
- Last Synced: 2025-04-01T13:29:25.250Z (11 months ago)
- Topics: cryptography, factorization, fastapi, pollard-rho, public-key, rsa, vue, yafu
- Language: Vue
- Homepage:
- Size: 3.03 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Polard Labs
## Description
This application allows you to test RSA keys for resistance to factorization using Pollard's method and YAFU
## Usage
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
## Preview



