Closed jcmendes9898 closed 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?
What about using SSL encryption over https? That should be enough or not?
@jcmendes9898 This plugin is not suitable for that. @Kumaro87 you are correct SSL encryption over HTTPS is enough. Thank You
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?