Monday, May 28, 2012

Security project

A simple encryption between sockets


Android remote downloader client talk to server side application using socket programming.
The packet is actually just a string, but encrypted with AES256 and SHA512.
Future improvement include better structure of socket packet instead of string, and using SSL.

No comments:

Post a Comment