encryption - Best approach to encrypt username/password and then transfer them to the server in Java application -
what best approach encrypt password entered user @ client side , decrypt @ server in java application.?
basically want make sure data entered client secure.
regards tarun sapra
use ssl. solves problems.
if can't use ssl reason might need post more information system can provide more specific advice.
Comments
Post a Comment