You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The application will be compiled and copied onto your device
30
-
31
-
## Status
32
-
33
12
### Complete
34
13
35
14
- Trezor crypto C code ported into `crypto` subfolder
@@ -53,7 +32,7 @@ The application will be compiled and copied onto your device
53
32
-`.flipbip.dat` and `.flipbip.key` files are both required to be in `apps_data/flipbip`
54
33
- Backups of both these files `.flipbip.dat.bak` and `.flipbip.key.bak` are also maintained
55
34
- If you want to externally back up your wallet, I recommend copying all these files, and storing the `key` and `dat` files seperately
56
-
- NOTE: The wallets should be decently tough to crack off of a Flipper, however any Flipper with the app installed can load a wallet in the `apps_data/flipbip` directory if both the `key` and `dat` file are present. Therefore, it is HIGHLY RECOMMENDED to use the BIP39 passphrase functionality and store the passphrase in your brain or on paper separately from the Flipper!
35
+
- NOTE: The wallets should be decently tough to crack off of a Flipper, however any Flipper with the app installed can load a wallet in the `apps_data/flipbip` directory if both the `key` and `dat` file are present
57
36
- BIP39 passphrase support
58
37
- Configured in settings, not persisted between runs for security
59
38
- Import your own mnemonic
@@ -63,7 +42,7 @@ The application will be compiled and copied onto your device
63
42
- Addresses are now generated at the same time as other pieces of wallet info
64
43
- This slows down initial wallet load, but makes UI much more responsive
65
44
- QR code files are now generated for each address and stored in the `apps_data/flipbip` directory
66
-
- This app is required to view the QR code files: https://github.com/bmatcuk/flipperzero-qrcode (included in RM firmware)
45
+
- This app is required to view the QR code files: https://github.com/bmatcuk/flipperzero-qrcode
67
46
- NOTE: This happens during the `View Wallet` step; you must view a wallet after generating/importing a wallet in order to ensure the address QR files are correct
68
47
- Broke out crypto functionality into its own library using `fap_private_libs` feature
0 commit comments