Skip to content

cybertim/blockwallet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DISCONTINUED!

Blockwallet.eu (site) does not exist anymore and all apps have been pulled from the appstores. You can still use the keytools (in this repo) to retrieve your private key from the secret words if necessary.

alt text

Block Wallet is a easy to use and secure Ethereum App.

Opensource

In this repo you will find the library used by the iOS and Android App. It contains all code which is used to generate, store and sign the transactions. All RPC call implementations are included used by the Apps. All encryption is based on peer reviewed and well known libraries.

Handy Features

Security Highlights

  • Signs transactions on the device itself
  • Sends signed transactions through SSL to a secured RPC Geth server
  • SSL Server Certificate Fingerprint check implemented to warn about MITM Proxys (compromised networks)
  • AES Encryption on Private Key with custom Passcode, only decoded when needed
  • All Data stored in AES128 Encrypted contrainer Stanford Javascript Crypto Library
  • Uses BIP39 Mnemonic code for Recovery of Private Keys
  • Implemented EIP55 capitals-based checksum on send addresses
  • Using QR Codes and Scanner with checksum to prevent typo errors

About

Block Wallet

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published