adorsys / secure-storage-android

Store strings & credentials securely encrypted on your device
Apache License 2.0
367 stars 58 forks source link

Migrate to SecureStorage2 #70

Open drilonrecica opened 4 years ago

drilonrecica commented 4 years ago

Start migrating SecureStorage2 logic to this repository

rafakob commented 4 years ago

What features are going to be in version 2?

drilonrecica commented 4 years ago

Hi @rafakob , SecureStorage2 will be almost the same for the users. Internally though it will handle the whole encrypting/decrypting process a lot more efficiently and use different encryption/decryption protocols. More infos will follow in the next days/weeks.