Commit 3602004 1 parent 8ea4843 commit 3602004 Copy full SHA for 3602004
File tree 1 file changed +11
-8
lines changed
1 file changed +11
-8
lines changed Original file line number Diff line number Diff line change 1
- # FlipBIP - BIP39 Tool
1
+ # FlipBIP - BIP32/39/44 Tool
2
2
Crypto toolkit for Flipper Zero
3
3
4
4
## Background
@@ -12,18 +12,21 @@ The goal of this project is to see how much crypto functionality can be brought
12
12
- Trezor crypto C code ported into ` crypto ` subfolder
13
13
- Adapted to use Flipper hardware RNG (see ` crypto/rand.c ` )
14
14
- Imports and some C library functions modified for compatibility with FBT
15
- - Basic navigation and UI adapted from FAP Boilerplate app
16
- - BIP39 mnemonic generation supported!
15
+ - Navigation and UI adapted from FAP Boilerplate app
16
+ - BIP39 mnemonic generation
17
17
- 24, 18, or 12 words
18
18
- BIP39 mnemonic to BIP39 seed generation
19
+ - Hierarchical Deterministic (HD) wallet generation from seed
20
+ - Generation of offline ` m/44'/0'/0'/0 ` BTC wallet
21
+ - Similar features to: https://iancoleman.io/bip39/
19
22
20
23
### Work in Progress
21
24
22
- - WIP: BIP39 seed passphrase support
23
- - WIP: BIP39 to BIP32 HDNode
24
- - possible memory issue
25
+ - Support for custom BIP32 wallet paths
26
+ - Currently hardcoded to ` m/44'/0'/0'/0 `
25
27
26
- ### (Far ) Future
28
+ ### (FAR ) Future
27
29
28
- - Airgapped wallet functionality
30
+ - More coin types
31
+ - Saving wallets to disk
29
32
- USB/Bluetooth wallet functionality
You can’t perform that action at this time.
0 commit comments