Crate wallet_dat

Source
Expand description

The wallet.dat structure is a binary file containing the seed we get from a bip39 mnemonic, in encrypted form via a password

Enums§

DatFileVersion
Versions of the potential wallet DAT files we read

Functions§

check_version
From the first 12 bytes of the file (header), we check version
encrypt_seed
get_seed_and_address
Make sense of the payload and return it