New feature / Change #4147
closedUse React Native Encrypted Storage
0%
Description
We currently store mnemonic one device and encrypted it with user password with Async Storage feature. We have to move and use Encrypted Storage instead.
This module use Android EncryptedSharedPreferences and IOS Keychain which is a much more secure way to store secret. We will still use User password to add a second layer of security, bringing two encryption levels to store the very sensitive Mnemonic on the device.
Updated by Gilles Hemmerlé over 2 years ago
- Assignee set to Gilles Hemmerlé
- Status changed from In Study to Development
Updated by Gilles Hemmerlé over 2 years ago
- Assignee changed from Gilles Hemmerlé to Olivier Bitsch
- Status changed from Development to Testing
This is done. Clear your storage and try to create a new wallet / lock / unlock it to ensure everything is saving / loading properly.
Would be great to have a look on ios asap to check that everything is also working properly
Updated by Olivier Bitsch over 2 years ago
Gilles Hemmerlé wrote:
This is done. Clear your storage and try to create a new wallet / lock / unlock it to ensure everything is saving / loading properly.
Would be great to have a look on ios asap to check that everything is also working properly
Youp, I will test tomorrow.