Reputation: 96
I just implemented preference data store in kotlin, and now I am trying to implement datastore preference in java with encryption and decryption store and retrieve of data. Looking for any reference.
Upvotes: 1
Views: 333
Reputation: 834
You can use security-crypto of Android JetPack
Upvotes: 2