Information Security
Budget: $30 – $60 USD
1) Write a program to demonstrate theuse of hashing using MD5and SHAscheme and the MessageDigestclass.Your program should allow a userto enter a string;the program thenhashesit and output the result.You will need to consult Java API documentation to learn how to use java classes. You can download and install the documentation yourself, or you can access them from this URL: http://java.sun.com/j2se/1.4.2/docs/api/index.html