Question: Provide a very simple but detailed java method that: 1 . Takes the string pass as argument , perform and efficient hash method and calls

Provide a very simple but detailed java method that:
1. Takes the string pass as argument , perform and efficient hash method and calls the salt function that does:
2. Salt method, it should take the hashed string and salt it, then return the saltex string.
3. After the hash method calls the salt method it should return the salt method returns.
Public String hash_it(String pass){
//performs hash
//calls salt
// returns what salt returned}
Public String salt_it(String pass){
//performs salt
//returns it}

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!