aboutsummaryrefslogtreecommitdiff
path: root/admin/encrypt.sh
diff options
context:
space:
mode:
Diffstat (limited to 'admin/encrypt.sh')
-rwxr-xr-xadmin/encrypt.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/admin/encrypt.sh b/admin/encrypt.sh
new file mode 100755
index 0000000..4bf6c93
--- /dev/null
+++ b/admin/encrypt.sh
@@ -0,0 +1,2 @@
+#!/bin/bash
+openssl aes-256-cbc -pass "pass:$SECRET" -in $1 -out $1.enc -a \ No newline at end of file