Install LinuX terminal on Windows 10 : • Ubuntu Terminal on windows 10
Used Codes :
sudo apt update
sudo apt-get install openssl
man openssl
echo -n trincomalee|shasum
echo "SL RAVANA"|openssl -base64
echo "Encrypted text"|openssl enc -base64 -d
openssl enc -des -in text,txt -out encryption.enc
openssl enc -des -d -inencryption.enc -out text,txt