This repository has been archived by the owner on Mar 3, 2020. It is now read-only.
v1.0.5 - PBKDF2, InputStream.skip
New features:
- PBKDF2 (class PasswordBasedKeyDerivation)
- Decrypting InputStream implements skip
Fixes:
- Decrypting InputStream: Initial IV read could been truncated if underlying input stream didn't have enough available bytes
- Documentation: troubleshooting section added with proguard typical issue