Skip to content
This repository has been archived by the owner on Dec 20, 2017. It is now read-only.

Plain Text Error #5

Closed
pixelbendr opened this issue Nov 19, 2015 · 1 comment
Closed

Plain Text Error #5

pixelbendr opened this issue Nov 19, 2015 · 1 comment

Comments

@pixelbendr
Copy link

Hello, Am using the library for a messaging app am working on. Before using the library messages are sent in plain text so after adding the library the decrypt message crashes the app for those old messages. Since the wrapped in the try catch block was expecting to catch the error for plain text.
Need help please. :(

stack trace below

Fatal Exception: java.lang.IllegalArgumentException
Fatal Exception: java.lang.IllegalArgumentException: bad base-64
at android.util.Base64.decode(Base64.java:161)
at android.util.Base64.decode(Base64.java:136)
at android.util.Base64.decode(Base64.java:118)
at com.scottyab.aescrypt.AESCrypt.decrypt(AESCrypt.java:124)

@scottyab
Copy link
Owner

Hi, thanks for reporting this, i cannot help without examples of the input data and key you are using. Closing until more data providered

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants