Update README.md
parent
ac8fa808a8
commit
97160ac3e0
14
README.md
14
README.md
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue