kaloyan-raev / hello-storj

Demo app for integrating the libstorj native library in Android
GNU General Public License v3.0
5 stars 3 forks source link

Remove mnemonic requirement #21

Closed dri94 closed 6 years ago

dri94 commented 6 years ago

The mnemonic is required in the Keys class. While the security is great, this also makes it so you can only read buckets created with the app, and not online. You should make the mnemonic optional.

kaloyan-raev commented 6 years ago

The mnemonic is required by the libstorj library and is fundamental part of Storj encryption. If when you say "online" means the Bridge Web GUI then it is currently a limitation in the Bridge Web GUI that you cannot enter the mnemonic and decrypt buckets. See https://github.com/Storj/bridge-gui/issues/137