WARNING !
This repository is now out of date a no longer worked on, only use for reference, an update to the latest IOTA library is required for it to work
run Iota paper provides a Paper wallet and digital encrypted Hybrid Master Slave wallets for IOTA
Html encrypted digital wallets
The Master Digital wallet simply provides access to the Seed, encrypted with SHA-256 and compiled to a self contained html file, run anywhere.
The Slave / View wallet provides ledger access to view the Addresses on the seed, without the need for the Seed, encrypted with SHA-256, attach them and start receiving IOTA.
A simple use case scenario: Boss generates Master and Slave wallets, keeps master (Seed) and gives Slave (Viewer) wallets to Accounts and Sales departments safe in the knowledge that the Seed is never given out, but both departments get full view access to the transactions.
There are no spend functions with run IOTA paper, it is designed to only receive IOTA payments, with separation between Seed owner and people (staff) with permission to view the transfer on the Seed.
Full of features
✅ Safely generate a seed or import one
✅ Print a Paper wallet 🌿
✅ Create a Digital Paper Master wallet 🌿
✅ Create a Digital Paper View wallet 🌿
✅ SHA-PBKDF2 level encryption
✅ Pre generate as many IOTA Addresses to a Seed as wanted
✅ Secure Delete any files created, cannot be recovered after
https://github.com/iotaledger/android-wallet-paper-android
v1.1.030 - Improved View wallet speed, display data and copy data, Added wallet view and share button to files section, Other misc. fixes and tweaks
v1.1.021 - First release
``` |app |src |main |assets | |addresses.html (View wallet html template) | |paper.html (Seed wallet html template) |java | |jota (stripped-down, internet free IOTA jota library for generating addresses, no transaction abilities) | |run | |wallet | |common/delete (Secure delete file classes) | |paper | |AppService.java (Android Service, used for Address generation and Delete files) | |Main.java (Everything to make the app work, kept in one class for ease of Audit) |res (App resource files) |AndroidMainfest.xml ```
$ git clone https://github.com/runplay/run-wallet-paper-android
$ cd run-wallet-paper-android
$ ./gradlew clean build
Available only on Github, Google Play and Amazon market, do not download run IOTA paper anywhere else
If you find the app useful, donations are accepted hereIOTA: 9PPMLVNEGQEZLCKTPDSCMKNKNDPMHUTC9PMOAKHGNGOVVTXOTRA99JFPVAAXHPUM99DGLUHOYLMWOL9YCSGRZJIYSW
Here are some screenshots of the app