read39

Crates.ioread39
lib.rsread39
version0.1.0
created_at2025-04-06 10:25:23.819403+00
updated_at2025-04-06 10:25:23.819403+00
descriptionUtil for securely reading a BIP39 Mnemonic from stdin
homepage
repositoryhttps://github.com/alex-s168/read39
max_upload_size
id1622778
size12,647
alex_s168 (alex-s168)

documentation

README

read39

Util for securely, and (semi-)user-friendly reading a BIP39 Mnemonic phrase from the terminal.

It uses bip0039 to decode the mnemonic, and uses zeroize everywhere to increase security.

Example:

let mnemonic = read39::read_mnemonic_until_ok::<bip0039::English>();
Commit count: 1

cargo fmt