Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. Jdickens

    Java Password Validator

    I've tried a solution using the Mail class, using Yahoo! POP3 server: public class mailClient { String eMail, passWord; public mailClient(String eMail, String passWord) { this.eMail=eMail; this.passWord=passWord; } public PasswordAuthentication getPasswordAuthentication() {...
  2. Jdickens

    Java Password Validator

    Well, I need to write the method in order that I can login an actual server from a Java app. that invokes that method. I've already built the appropiate HTTP request that simulates the form submission, but I'm having some troubles when parsing it to Java.
  3. Jdickens

    Java Password Validator

    Hi there, For my monthly programming project, I have to develop a boolean method that validates any password on any Web server. The user introduces the account name and its password, and the method returns true if the password belongs to that account. For example, if my Hotmail account is...

Part and Inventory Search

Back
Top