cybertim / blockwallet

Block Wallet
10 stars 51 forks source link

Replace Intel Api with Secure Storage API #2

Closed cybertim closed 7 years ago

cybertim commented 7 years ago

Intel API is already incompatible with the new Android O internal security checks....

Secure Storage uses the code from the lockscreen to AES256 encode the storage.

con (which is also a pre): This will make a screen-lock mandatory for the app users.

On iOS is wil store the information in the Keychain API of Apple. Also encrypted and based on the user's lock screen code.

cybertim commented 7 years ago

done