Files
linux-setup/dev/save-openai-token.sh

3 lines
107 B
Bash

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