MWareman Posted June 10, 2016 Posted June 10, 2016 James, I don't know the specifics of how you are encrypting data within Agave (based on the PIN), but Google is deprecating a commonly used function, and has offered example code for doing this is a stronger, more future proof way. For your consideration: http://android-developers.blogspot.com/2016/06/security-crypto-provider-deprecated-in.html Michael.
James Peterson Posted June 10, 2016 Posted June 10, 2016 James, I don't know the specifics of how you are encrypting data within Agave (based on the PIN), but Google is deprecating a commonly used function, and has offered example code for doing this is a stronger, more future proof way. For your consideration: http://android-developers.blogspot.com/2016/06/security-crypto-provider-deprecated-in.html Michael. Always willing to share: I am using a slightly modified version of this https://github.com/sveinungkb/encrypted-userprefs/blob/master/src/SecurePreferences.java
Recommended Posts
Archived
This topic is now archived and is closed to further replies.