Bel Member Licensed User May 13, 2016 #1 Hi I can encrypt data with AES 128 Encryption But cannot decrypt it in b4a and got error What's solution?
Hi I can encrypt data with AES 128 Encryption But cannot decrypt it in b4a and got error What's solution?
Erel B4X founder Staff member Licensed User Longtime User May 13, 2016 #2 There are many parameters involved. You need to make sure that both sides use the exact padding algorithm, initial vector and other parameters. Upvote 0
There are many parameters involved. You need to make sure that both sides use the exact padding algorithm, initial vector and other parameters.
Bel Member Licensed User May 13, 2016 #3 Erel said: There are many parameters involved. You need to make sure that both sides use the exact padding algorithm, initial vector and other parameters. Click to expand... Sorry Erel but i know that how make sure. I use class AES in php How do you help me? Upvote 0
Erel said: There are many parameters involved. You need to make sure that both sides use the exact padding algorithm, initial vector and other parameters. Click to expand... Sorry Erel but i know that how make sure. I use class AES in php How do you help me?