skavinvarnan / Cross-Platform-AES

Simple cross-platform encryption and decryption using AES
MIT License
142 stars 69 forks source link

Return Wrong Plain text every time #15

Closed pradipvadher closed 5 years ago

pradipvadher commented 5 years ago

plain text is changed everytime

skavinvarnan commented 5 years ago

Can you share the chiper, key used and expected output. Which programming language did you use?

skavinvarnan commented 5 years ago

Closing due to inactivity

pradipvadher commented 5 years ago

i used in android , and the problem was random key length is not 16 character sometimes. so make sure to random key will 16 character long. thanks