Files
linux-setup/dev/onepass/save.sh
2025-02-12 18:33:30 -08:00

3 lines
105 B
Bash

read -p 'Enter key to encrypt:' key
echo "${key}" | gpg --cipher-algo AES256 --symmetric --armor >cypher