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

Popular posts from this blog

jQuery clickable div with working mailto link inside -

java - Getting corefrences with Standard corenlp package -

WPF: binding viewmodel property of type DateTime to Calendar inside ItemsControl -