Md 5 Password How To Generate Md 5 Password In Linux

To create md5 password you just have to login to a linux system and then run the command below.

   basil@basil:~$ echo basil|md5sum
   66f5dcbed6a2a9f44073883729159e02  -
   basil@basil:~$