Search...
FAQs
Subscribe
Pie
FAQs
Recent topics
Flagged topics
Hot topics
Best topics
Search...
Search within Security
Search Coderanch
Advance search
Google search
Register / Login
Post Reply
Bookmark Topic
Watch Topic
New Topic
programming forums
Java
Mobile
Certification
Databases
Caching
Books
Engineering
Micro Controllers
OS
Languages
Paradigms
IDEs
Build Tools
Frameworks
Application Servers
Open Source
This Site
Careers
Other
Pie Elite
all forums
this forum made possible by our volunteer staff, including ...
Marshals:
Tim Cooke
Campbell Ritchie
Ron McLeod
Junilu Lacar
Liutauras Vilda
Sheriffs:
Paul Clapham
Jeanne Boyarsky
Henry Wong
Saloon Keepers:
Tim Moores
Tim Holloway
Stephan van Hulst
Piet Souris
Carey Brown
Bartenders:
Jesse Duncan
Frits Walraven
Mikalai Zaikin
Forum:
Security
Encoding Username and password
ravisha andar
Ranch Hand
Posts: 55
posted 10 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
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
Sheriff
Posts: 27235
87
I like...
posted 10 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
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.
pie. tiny ad:
Building a Better World in your Backyard by Paul Wheaton and Shawn Klassen-Koop
https://coderanch.com/wiki/718759/books/Building-World-Backyard-Paul-Wheaton
reply
reply
Bookmark Topic
Watch Topic
New Topic
Boost this thread!
Similar Threads
JAAS/LDAP question
startup and shutdown WebLogic
Username and password problem
mount error 13 = Permission denied
is there a any validation API in java
More...