Dotfiles/decrypt.sh

5 lines
80 B
Bash
Executable File

#!/usr/bin/env bash
echo $1 | openssl aes-256-cbc -d -a -pbkdf2 -pass pass:$2