Ideas2IT / cordova-aes256

MIT License
13 stars 20 forks source link

Send encrypted JSON and decrypted on server side #28

Closed jcmendes9898 closed 4 years ago

jcmendes9898 commented 4 years ago

Hi, is it possible or there's any way for ionic, to encrypted the JSON file and send it to the server, and there it would decrypted the file and read the content. Can you do it if use AES256 for java in server side?

SleeplessFox commented 4 years ago

What about using SSL encryption over https? That should be enough or not?

praveenraji2i commented 4 years ago

@jcmendes9898 This plugin is not suitable for that. @Kumaro87 you are correct SSL encryption over HTTPS is enough. Thank You