intrbiz / arduino-crypto

A minimal crypto library for ESP8266 Arduino
Other
140 stars 54 forks source link

Cannot decrypt in arduino when encrypt with openssl in php #26

Open smartraysam opened 4 years ago

smartraysam commented 4 years ago

Hi all ! @ThePaceMaker and @intrbiz

I Found my error, its my script in openssl, it's missing the -nopad argument. Now its Ok, i can reverse the Crypto in AES256 normally.

If you need, i can post my script using openssl to check if all the encrypt and decrypt its working.

Tks !!

Hi alexwbaule .. i am working with AES Encryption and Decryption using both Arduino and PHP with openssl.. but i cannt decrupt on arduino when i encrypt in php.. i will appreciate any help. thanks

Originally posted by @alexwbaule in https://github.com/intrbiz/arduino-crypto/issues/6#issuecomment-319835299