Merge pull request #10 from kaleb-himes/master

removed enc.txt and dec.txt
pull/11/head
Kaleb Joseph Himes 2015-06-26 21:33:46 -06:00
commit b42f9bc864
2 changed files with 0 additions and 27 deletions

View File

@ -1,27 +0,0 @@
This is the wolfSSL: Command Line Utility (wolfssl CLU).
To use this feature, please configure wolfssl with the following line:
'''
./configure --enable-pwdbased --enable-opensslextra
'''
The pwdbased is for password based encryption allowing the user
to specify a unique password known only to him/her self and the
recipient of the encrypted file.
The opensslextra provides utility for a hex to binary conversion of
hexidecimal values.
other features that can be included when configuring wolfssl for
encryption or decryption are:
--enable-camellia
--enable-des3
--enable-blake2
--enable-sha512
--enable-fortress
then run "./configure", "make", and "make install" before using wolfssl CLU
Thank you and have fun!

Binary file not shown.