secure-preferences v0.4.0 Release Notes

Release Date: 2015-03-27 // about 9 years ago
  • 0.0.4

    0.0.3

    • โž• Added test Project
    • โšก๏ธ Updated sample ready for playstore upload

    0.0.2

    • โž• Added methods to get/set strings un-encrypted
    • โž• Added backup PBKDF function in case PBKDF2WithHmacSHA1 not supported
    • ๐Ÿ”จ Refactored code to make it easier to change the AES mode and PBKDF function.
    • Increased iterations of PBKDF from 1000 to 2000.

    0.0.1

    • ๐ŸŽ‰ Initial import to github I've modified the project structure.
    • Included the Android base64 class so library can be used by Android 2.1+.
    • โœจ Enhanced the sample project dumps current prefs to illustrate the fact they are stored encrypted and Base64 encoded.