Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
millerjs committed Nov 18, 2013
1 parent fc753f8 commit 059488c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,12 +60,12 @@ Server side:

Client side:

up -n 4 -p PASSword localhost 9000 < source/file
up -n 4 -p key localhost 9000 < source/file

Server side:

up -n 4 -f file/contains/PASSword -l 9000 > output/file
up -n 4 -f file/contains/key -l 9000 > output/file

This examples creates a connection to trasfer "source/file" to "output/file" over an encrypted stream on port 9000 which uses 4 threads to encrypt/decrypt each block. The password used as a key for OpenSSL is "PASSword"
This examples creates a connection to trasfer "source/file" to "output/file" over an encrypted stream on port 9000 which uses 4 threads to encrypt/decrypt each block with a specified key.


0 comments on commit 059488c

Please sign in to comment.