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
If result is not found or irrelevant, Please contact us.
Submit your request