Changed --enable-3des to --enable--des3 in README
parent
200708b5f5
commit
e71ac27212
|
@ -1,11 +1,10 @@
|
|||
How to use 3des-file-encrypt.c
|
||||
|
||||
1) a. Compile wolfSSL with ./configure --enable-pwdbased --enable-3des, run
|
||||
1) a. Compile wolfSSL with ./configure --enable-pwdbased --enable-des3, run
|
||||
'make', and then install by typing 'sudo make install'.
|
||||
b. In the crypto/3des directory run the Makefile by typing 'make'.
|
||||
2) Make a file to encode. Can be any file (ex. .txt .in .out .file etc.)
|
||||
3) run the excecutable, for help run with -h flag. Basic command is as follows:
|
||||
|
||||
./3des-file-encrypt <-option> <KeySize> <input.file> <output.file>
|
||||
|
||||
KeySize examples: 56, 112, or 168
|
||||
|
|
Loading…
Reference in New Issue