Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
millerjs committed Oct 14, 2013
1 parent 234c444 commit 72ae8dc
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@ Client side:

#### UDTCAT Options:

-l start a server
-l start a server
-n n_crypto_threads set number of encryption threads per send/recv thread to n_crypto_threads
-f path path to key file
-v verbose
-f path path to key file
-v verbose

### Basic exmple (unencrypted)

Expand All @@ -57,11 +57,11 @@ Server side:

Client side:

uc -n=4 -p PASSword localhost 9000 < source/file
uc -n 4 -p PASSword localhost 9000 < source/file

Server side:

uc -n=4 -f file/contains/PASSword -l 9000 > output/file
uc -n 4 -f file/contains/PASSword -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"

Expand Down

0 comments on commit 72ae8dc

Please sign in to comment.