OpenSSL Basic Encryption Script With Random Password Generation
Example script using OpenSSL AES 256 with Salt and a random generated password. It’s the little things. #!/bin/bash clear echo “Input String:” read input pass=$(echo cat /dev/urandom | […]