Async Storage Encryption #590
Answered
by
tido64
Maharshi01
asked this question in
Q&A
-
Is it possible to encrypt async storage? Is there a plan to add secure Storage for Async Storage? |
Beta Was this translation helpful? Give feedback.
Answered by
tido64
Apr 22, 2021
Replies: 1 comment 5 replies
-
As far as I know, there are no plans to add encryption to AsyncStorage. @krizzu correct me if I'm wrong. However, there's nothing preventing you from encrypting the data before handing it over to AsyncStorage. There seems to be plenty of packages providing this feature: https://www.npmjs.com/search?q=keywords:crypto |
Beta Was this translation helpful? Give feedback.
5 replies
Answer selected by
krizzu
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
As far as I know, there are no plans to add encryption to AsyncStorage. @krizzu correct me if I'm wrong. However, there's nothing preventing you from encrypting the data before handing it over to AsyncStorage. There seems to be plenty of packages providing this feature: https://www.npmjs.com/search?q=keywords:crypto