Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/abdullah2993/pem-cracker

Crack encrypted PEM files with bruteforce
https://github.com/abdullah2993/pem-cracker

bruteforce crack cracking encryption-decryption pem private-key

Last synced: about 6 hours ago
JSON representation

Crack encrypted PEM files with bruteforce

Awesome Lists containing this project

README

        

# pem-cracker
Crack encrypted PEM with bruteforce

## Usage
```
Usage: pem-cracker private_key public_key
-charset string
Character set to use for bruteforce (default "abcdefghijklmnopqrstuvwxyz0123456789")
-max int
Maxmimum length of password phrase (default 8)
-min int
Minimum length of password phrase (default 1)
-parallel int
Numbers of threads to use (default 8)
```