File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes Security and the fly likes Encoding Username and password Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Engineering » Security
Reply Bookmark "Encoding Username and password" Watch "Encoding Username and password" New topic
Author

Encoding Username and password

ravisha andar
Ranch Hand

Joined: Feb 25, 2011
Posts: 55
Hi All,

I have a login screen with username and password.

I always hear that the username and password shold be encoded and sent to server.

How do i encode from the client side and send the details to the server or have i unserstood the concept wrong

Thanks
Paul Clapham
Bartender

Joined: Oct 14, 2005
Posts: 13842

No, you are correct, you should encrypt passwords if you are going to send them over the internet. To do that you use SSL, i.e. you use an https URL.
 
 
subject: Encoding Username and password
 
Threads others viewed
startup and shutdown WebLogic
is there a any validation API in java
JAAS/LDAP question
mount error 13 = Permission denied
Username and password problem
MyEclipse, The Clear Choice