The world’s Largest Sharp Brain Virtual Experts Marketplace Just a click Away
Levels Tought:
Elementary,Middle School,High School,College,University,PHD
| Teaching Since: | Jul 2017 |
| Last Sign in: | 313 Weeks Ago, 5 Days Ago |
| Questions Answered: | 15833 |
| Tutorials Posted: | 15827 |
MBA,PHD, Juris Doctor
Strayer,Devery,Harvard University
Mar-1995 - Mar-2002
Manager Planning
WalMart
Mar-2001 - Feb-2009
I have a document with username and passwords. I need to create code that references those names and password to authenticate. Here is what i have so far.
Â
public static void main(String[] args) throws FileNotFoundException, NoSuchAlgorithmException {
  Â
Â
   File text = new File ("C:\Users\David DeHart\Documents\NetBeansProjects\IT 145 Final Milestone\src\it\pkg145\pkgfinal\milestone\credentials.txt");
   Scanner input = new Scanner(System.in);Â
   Scanner scnr = new Scanner(text);
  //Promtp for user nameÂ
   System.out.println("Enter Username n");
    String name = input.next();
  //Prompt for user password
   System.out.println("Enter Password n");
    String password;
    password = input.next();
   Â
    String original = password; //Replace "password" with the actual password inputted by the user
      MessageDigest md = MessageDigest.getInstance("MD5");
md.update(original.getBytes());
byte[] digest = md.digest();
   StringBuffer sb = new StringBuffer();
for (byte b : digest) {
sb.append(String.format("%02x", b & 0xff));
}Â
   System.out.println("original:" + original);
System.out.println("digested:" + sb.toString()); //sb.toString() is what you'll need to compare password strings
  Â
  Â
 Â
----------- Â ----------- H-----------ell-----------o S-----------ir/-----------Mad-----------am ----------- Th-----------ank----------- yo-----------u f-----------or -----------you-----------r i-----------nte-----------res-----------t a-----------nd -----------buy-----------ing----------- my----------- po-----------ste-----------d s-----------olu-----------tio-----------n. -----------Ple-----------ase----------- pi-----------ng -----------me -----------on -----------cha-----------t I----------- am----------- on-----------lin-----------e o-----------r i-----------nbo-----------x m-----------e a----------- me-----------ssa-----------ge -----------I w-----------ill----------- be----------- qu-----------ick-----------ly