aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorGravatar Frank Denis <github@pureftpd.org>2017-12-30 03:26:12 +0100
committerGravatar Frank Denis <github@pureftpd.org>2017-12-30 03:26:12 +0100
commit12d41759bc835d895bdd03cb3e1987b3c2b541d2 (patch)
tree244df20c92348fe6be9339ac69cce7b45bb059a7 /README.md
downloadtweetpipe-12d41759bc835d895bdd03cb3e1987b3c2b541d2.tar.gz
Initial import
Diffstat (limited to 'README.md')
-rw-r--r--README.md29
1 files changed, 29 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..c5be77f
--- /dev/null
+++ b/README.md
@@ -0,0 +1,29 @@
+Encpipe
+=======
+
+# Usage
+
+Encrypt a file using a password:
+
+```sh
+encpipe -e -p password -i inputfile -o outputfile
+```
+
+Decrypt a file using a password:
+
+```sh
+encpipe -d -p password -i inputfile -o outputfile
+```
+
+`-i` and `-o` can be set to `-` or omitted to read/write from the
+standard input/output.
+
+# Dependencies
+
+[libhydrogen](https://github.com/jedisct1/libhydrogen)
+
+# Yes
+
+It's using passwords. Provided on the command-line. Yes, it actually
+does that. I needed that. Right now. Other options will be
+implemented. Next year.