Skip to content

pavan-bommideni/Hashing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hashing

Compute the MD5 or SHA-1 hash of the given text.

The original text will be echoed back to the browser along with the name of the hash, and the hash value.

The hash values sent back to the browser should be displayed in two forms:

1)Hexadecimal text 2)Base 64 notation.