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