Cloudkul Support

Script to Generate Enrypted Password using md5 and sha-512 Algorithm

Small script to generate enrypted password using md5 and sha-512 algorithm:

script.sh

#!/bin/bash

echo -n $paswd | md5sum | awk '{print $paswd}'
echo -n $paswd | sha512sum | awk '{print $paswd}'

save and give executable permission to script.sh

chmod +x script.sh

run as:

./script.sh text

 

Is this article is helpful?

People like and 0 people dislike.

If result is not found or irrelevant, Please contact us.

Submit your request

Start a Project






    Message Sent!

    If you have more details or questions, you can reply to the received confirmation email.

    Back to Home