diff --git a/clu/dec.txt b/clu/dec.txt deleted file mode 100644 index 7170462f..00000000 --- a/clu/dec.txt +++ /dev/null @@ -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! diff --git a/clu/enc.txt b/clu/enc.txt deleted file mode 100644 index 7cf87562..00000000 Binary files a/clu/enc.txt and /dev/null differ