Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to decrypt given value. RxFingerprint is only able to decrypt values previously encrypted by RxFingerprint with the same encryption mode. #87

Open
albert0m opened this issue Mar 13, 2018 · 1 comment
Labels

Comments

@albert0m
Copy link

We don't really know why, but every once in a while we get this error. While we're getting to the bottom of this, where can we catch the error?

@Mauin
Copy link
Owner

Mauin commented Mar 16, 2018

The error gets caught here: https://github.com/Mauin/RxFingerprint/blob/master/rxfingerprint/src/main/java/com/mtramin/rxfingerprint/RsaDecryptionObservable.java#L93

It basically indicates that using the Cipher has failed when decrypting. This doesn't necessarily mean that the value has not previously been encrypted with RxFingerprint. But it could be one of the issues.

Which version of RxFingerprint are you using and which encryption method are you using?

@Mauin Mauin added the question label Mar 16, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants