From 9c55e9688ef66f853a588c1b84f60fe4b86a2fba Mon Sep 17 00:00:00 2001 From: Sven Weidauer Date: Mon, 9 Nov 2015 22:45:39 +0100 Subject: [PATCH] Update readme file for encryption. --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c10ddd4..dd4f864 100644 --- a/README.md +++ b/README.md @@ -6,10 +6,11 @@ Thanks to [hph][1] for reverse engineering the details of that config format. ## Compile: - make + make ## Run: - Decrypt path/to/config.bin path/to/output.tgz + Decrypt path/to/config.bin path/to/output.tgz + Encrypt path/to/output.tgz path/to/new/config.bin [1]: http://hph.name/207