Brak opisu

Struan Clark a7cfb8c607 Update README.md 2 lat temu
coins b47b6ab854 update naming, adding coin prototyping, adding WIP BIP32 code 2 lat temu
crypto 0443a1e11a updating to add beginnings of key generation 2 lat temu
helpers c0a493a947 boilerplate 2 lat temu
icons 1166f2b358 better ui 2 lat temu
scenes f2934bae7c add support for 18 words 2 lat temu
views 2a09d28f4f reorganizing code, marking WIP seed code 2 lat temu
.gitignore 5674a3bcc8 Initial commit 2 lat temu
LICENSE 5674a3bcc8 Initial commit 2 lat temu
README.md a7cfb8c607 Update README.md 2 lat temu
application.fam b47b6ab854 update naming, adding coin prototyping, adding WIP BIP32 code 2 lat temu
flipbip39.c f2934bae7c add support for 18 words 2 lat temu
flipbip39.h f2934bae7c add support for 18 words 2 lat temu
flipbip39_10px.png 37d0e385ae icon 2 lat temu

README.md

FlipBIP - BIP39 Tool

Crypto toolkit for Flipper Zero

Background

The goal of this project is to see how much crypto functionality can be brought to the Flipper Zero.

Status

Complete

  • Trezor crypto C code ported into crypto subfolder
    • Adapted to use Flipper hardware RNG (see crypto/rand.c)
    • Imports and some C library functions modified for compatibility with FBT
  • Basic navigation and UI adapted from FAP Boilerplate app
  • BIP39 mnemonic generation supported!
    • 24, 18, or 12 words

Work in Progress

  • WIP: BIP39 mnemonic to seed generation
    • seed seems to be blank using mnemonic_to_seed func
  • WIP: BIP39 to BIP32 HDNode
    • possible memory issue

(Far) Future

  • Airgapped wallet functionality
  • USB/Bluetooth wallet functionality