Update README.md

pull/2/head
Kaleb Joseph Himes 2015-03-17 14:30:47 -06:00
parent ac8fa808a8
commit 97160ac3e0
1 changed files with 14 additions and 0 deletions

View File

@ -10,6 +10,20 @@ contains a Makefile as well as a simple tutorial on the given topic.
## Current Examples
#### clu (wolfSSL Command Line Utility)
This is a tool to provide command line access to wolfcrypt cryptographic libraries.
wolfSSL command line utility will allow users to encrypt or decrypt a user specified
file to any file name and extension.
Please see the README.md in clu/ for further usage and details.
###### unique feature to wolfSSL CLU
The decision to allow for unique file extensions was prompted by automated tools
available for brute forcing files. It will not provide extra security cryptographically
however it will force attackers to check the header information and provide an extra step
in any attempt to brute force a file encrypted with our utility.
#### DTLS (Datagram TLS)
This directory contains examples of using DTLS, with client and server