aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '')
-rwxr-xr-xsecret4
1 files changed, 2 insertions, 2 deletions
diff --git a/secret b/secret
index 0554bdb..5b8afed 100755
--- a/secret
+++ b/secret
@@ -1,8 +1,8 @@
1#!/bin/sh 1#!/bin/sh
2 2
3# Encrypt and decrypt files using a fixed cipher and passphrase. 3# Encrypt and decrypt files using a fixed cipher and passphrase.
4# The first line of the (unencrypted) file is considered the "password", the 4# The first line of the (unencrypted) file is considered the "password",
5# rest can be anything. 5# the rest can be anything.
6 6
7# Usage: secret command file 7# Usage: secret command file
8# Available commands: 8# Available commands:

Generated with cgit - Back to sebastiano.tronto.net