Ninjastic
Home
Search
Users
Boards
Addresses
Ctrl + K
Toggle theme
Open menu
Post
Edited versions
Quotes to this post
Post
63491684
Topic
5481397
Board
Wallet software
Re: [Sparrow Wallet] Use it to generate a BIP39 24 word seed in a safe environment.
by
o_e_l_e_o
on
13/01/2024, 13:52:16 UTC
Quote from: Lyr2 on January 12, 2024, 10:01:16 PM
Additionally, if anybody knows in the sparrow github where is the code that generates the seed phrase, that would be appreciated as well. (I'm not a real software developer, but I can try reading it).
Sparrow uses Java's SecureRandom function to generate its entropy, which sources entropy from /dev/urandom:
https://github.com/sparrowwallet/sparrow/blob/02a0a3277bdc4469d7369cb1915a1f47c05e05d1/src/main/java/com/sparrowwallet/sparrow/control/MnemonicKeystoreEntryPane.java#L57-L71