GitCrypt/.gitcrypt/enc

8 lines
122 B
Bash
Executable File

#!/bin/sh
BASEDIR="$(dirname "$0")"
. "$BASEDIR/init"
openssl enc -e -a -aes-128-cbc -S "$CRYPT_SALT" -k "$CRYPT_PASS"