Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
JElchison committed Mar 31, 2018
1 parent 7d4561f commit 459286e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ $ ./gen_key.sh test.key
$ ./lockbox.sh -e /tmp/lockbox $(xxd -p test.key | tr -d '\n')
[+] Validating arguments...
[+] Testing dependencies...
[*] Encrypting following files...
[+] Encrypting following files...
/tmp/lockbox/3
/tmp/lockbox/2
/tmp/lockbox/8
Expand Down Expand Up @@ -123,7 +123,7 @@ $ xxd -g4 /tmp/lockbox/1
$ ./lockbox.sh -d /tmp/lockbox $(xxd -p test.key | tr -d '\n')
[+] Validating arguments...
[+] Testing dependencies...
[*] Decrypting following files...
[+] Decrypting following files...
/tmp/lockbox/3
/tmp/lockbox/2
/tmp/lockbox/8
Expand Down Expand Up @@ -162,7 +162,7 @@ $ ./gen_key.sh test.key
$ ssh user@remote-addr "bash -s" -- < ./lockbox.sh -e /tmp/remote-lockbox $(xxd -p test.key | tr -d '\n')
[+] Validating arguments...
[+] Testing dependencies...
[*] Encrypting following files...
[+] Encrypting following files...
/tmp/remote-lockbox/3
/tmp/remote-lockbox/2
/tmp/remote-lockbox/8
Expand All @@ -177,7 +177,7 @@ $ ssh user@remote-addr "bash -s" -- < ./lockbox.sh -e /tmp/remote-lockbox $(xxd
$ ssh user@remote-addr "bash -s" -- < ./lockbox.sh -d /tmp/remote-lockbox $(xxd -p test.key | tr -d '\n')
[+] Validating arguments...
[+] Testing dependencies...
[*] Decrypting following files...
[+] Decrypting following files...
/tmp/remote-lockbox/3
/tmp/remote-lockbox/2
/tmp/remote-lockbox/8
Expand Down

0 comments on commit 459286e

Please sign in to comment.