Merge pull request #17 from jrblixt/master

Changes to README files
pull/19/head
JacobBarthelmeh 2016-05-19 15:24:58 -06:00
commit e2fbcf032b
3 changed files with 9 additions and 3 deletions

View File

@ -1,6 +1,8 @@
How to use 3des-file-encrypt.c How to use 3des-file-encrypt.c
1) Start by typing make 1) a. Compile wolfSSL with ./configure --enable-pwdbased --enable-3des, 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.) 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: 3) run the excecutable, for help run with -h flag. Basic command is as follows:

View File

@ -1,6 +1,8 @@
How to use aes-file-encrypt.c How to use aes-file-encrypt.c
1) Start by typing make 1) a. Compile wolfSSL with ./configure --enable-pwdbased --enable-dtls, run
'make', and then install by typing 'sudo make install'.
b. In the crypto/aes directory run the Makefile by typing 'make'.
2) Make a file to encode. Can be any file (ex. .txt .in .out .file etc.) 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: 3) run the excecutable, for help run with -h flag. Basic command is as follows:

View File

@ -1,6 +1,8 @@
How to use camellia-encrypt.c How to use camellia-encrypt.c
1) Start by typing make 1) a. Compile wolfSSL with ./configure --enable-pwdbased --enable-camelia, run
'make', and then install by typing 'sudo make install'.
b. In the crypto/camellia directory run the Makefile by typing 'make'.
2) Make a file to encode. Can be any file (ex. .txt .in .out .file etc.) 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: 3) run the excecutable, for help run with -h flag. Basic command is as follows: