Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/abdullah2993/pem-cracker
- Owner: abdullah2993
- Created: 2019-05-17T01:16:10.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-05-17T01:17:02.000Z (over 5 years ago)
- Last Synced: 2024-06-19T04:27:39.940Z (5 months ago)
- Topics: bruteforce, crack, cracking, encryption-decryption, pem, private-key
- Language: Go
- Size: 1000 Bytes
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)
```