Crypto with encrypton/decryption?

The documentation says: expo-crypto enables you to hash (encrypt) data

But after checking out the implementation, it only provides a MessageDigest hash,
which is not encryption, its a hash.
There are no Cryptographic functions like synchronous or asynchronous encryption and decryption or am I missing something?

1 Like

Same question here

Same question here

I believe with both expo-crypto and expo-random, you can encrypt data (there are some comments here that go into more detail)

Although, it might be easier for you to use expo-secure-store if all you need is to encrypt key value pairs

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.