data/brainwallet
Christian Reitter 51dc1234e9 Update brainwallet eth 2025-08-29 19:42:19 +02:00
..
direct_sha3_256_1_iteration Update brainwallet eth 2025-08-29 19:42:19 +02:00
direct_sha256_1_iteration Update brainwallet eth 2025-08-29 19:42:19 +02:00
direct_sha256_2_iterations Update brainwallet 2025-08-26 18:29:15 +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.