VictorAlbertos / RxSocialConnect-Android

OAuth RxJava extension for Android.
Apache License 2.0
257 stars 22 forks source link

Modifying random key generation used in token encryption mechanism. #29

Open dbourreau opened 7 years ago

dbourreau commented 7 years ago

Attempt to correct the bug described in issue #28.

The correction is based on info grabbed from Stack Overflow and Android Developers Blog.

It's not ideal since the salt used in secret key generation should also be random and stored on internal storage for later use, but it works for now...