I am exploring progressive webapps. I understand that PWAs are able to access local storage on the device. I wanted to know if it possible for it to access secure storage of the device?(for say storing private key etc.)
Asked
Active
Viewed 704 times
1
-
What do you consider to be the secure storage of a device? – blackapps Nov 26 '19 at 09:24
-
@blackapps:Android provides a specialized storage for saving cryptographic materials like privet keys. I want to know if there is any way to save crypto material using PWA. – Pranav kirtani Nov 26 '19 at 09:44
-
`secure storage` or `specialized storage`. What would be the storage location? – blackapps Nov 26 '19 at 09:47
-
https://stackoverflow.com/questions/3339870/android-secure-storage – Pranav kirtani Nov 26 '19 at 10:19