https://github.com/dbrgn/nacl-selective-keygen
Generate a NaCl keypair (using brute force) where the public key matches a certain pattern.
https://github.com/dbrgn/nacl-selective-keygen
Last synced: about 1 month ago
JSON representation
Generate a NaCl keypair (using brute force) where the public key matches a certain pattern.
- Host: GitHub
- URL: https://github.com/dbrgn/nacl-selective-keygen
- Owner: dbrgn
- Created: 2016-10-25T11:36:51.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-10-25T11:46:34.000Z (over 9 years ago)
- Last Synced: 2026-05-01T00:41:49.682Z (2 months ago)
- Language: Rust
- Size: 1.95 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# NaCl Selective Keygen
Generate a NaCl keypair (using brute force) where the public key matches a
certain pattern.
Usage:
$ cargo run --release -- 123
Searching for keypair that starts with 123...
Iteration 0...
Iteration 1000...
Iteration 2000...
Iteration 3000...
Iteration 4000...
==> Public: 12323a4b024fa4a6a8f35fa0f03257434e23cbe7b3c1de16ddbacb7f355e001e
==> Secret: 40e910e93edd998134a4348cd923d3e17bffb8b80a28be985d23dd4b12d5f884
Found key after 4837 iterations.