An open API service indexing awesome lists of open source software.

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

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

![image](https://github.com/user-attachments/assets/08ae9259-f2ec-4c5d-9e67-26786f3ac3ff)

![image](https://github.com/user-attachments/assets/4320de17-9c75-4624-90e4-99ae713806a8)

![image](https://github.com/user-attachments/assets/5bc04a45-a02a-48dc-a95c-de65bf8d15ba)

![image](https://github.com/user-attachments/assets/0293b90f-849d-4e4b-aaf4-dcf05391b232)