This repository has been archived by the owner on Jan 9, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 217
Decrypt string #10
Comments
@georgepurusniuc Did you solve the problem ? I have the same problem now. |
@evenluo I found a way and I will post a solution shortly |
@georgepurusniuc Would you please let me know if you finish the post, thanks a lot! |
Please check this: |
Let me know if it works for you |
Finally It works. Key point is: You have to encode your key with base64 encoding. |
Great :) |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi,
I have a string that I want to decode: U2FsdGVkX1+MEhsbofUNj58m+8tu9ifAKRiY/Zf8YIw= and I have this key: 3841b8485cd155d932a2d601b8cee2ec .
I can't decrypt the string using AESCrypt-ObjC
Are there any more details that I should be aware about the encryption?
Thank you,
George
The text was updated successfully, but these errors were encountered: