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:
Takes the string pass as argument perform and efficient hash method and calls the salt function that does:
Salt method, it should take the hashed string and salt it then return the saltex string.
After the hash method calls the salt method it should return the salt method returns.
Public String hashitString pass
performs hash
calls salt
returns what salt returned
Public String saltitString pass
performs salt
returns it
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
