data/brainwallet
Christian Reitter 93f7135e72 Publish new brainwallet research 2025-08-21 14:40:52 +02:00
..
direct_sha256_1_iteration Publish new brainwallet research 2025-08-21 14:40:52 +02:00
direct_sha256_2_iterations Publish new brainwallet research 2025-08-21 14:40:52 +02:00
direct_sha256_other_iterations Publish new brainwallet research 2025-08-21 14:40:52 +02:00
README.md Publish new brainwallet research 2025-08-21 14:40:52 +02:00

README.md

Discovered Brainwallets

Brainwallets are cryptocurrency wallets with a private key that is directly derived from a human-chosen passphrase, instead of key entropy generated from a (potentially weak) random number generator. Additionally, the key derivation method is usually extremely fast, such as a single round of a very fast hash algorithm operation.

This design makes brainwallets extremely susceptible to offline brute-force attacks, so they're a great way to lose cryptocurrencies to attackers.