Bash, Criptografía, Seguridad Shell echo "hola" | tr [a-z] [d-zabc] | tr [A-Z] [D-ZABC] 1 echo "hola" | tr [a-z] [d-zabc] | tr [A-Z] [D-ZABC]