Merge branch 'master' of github.com:wolfSSL/wolfssl-examples
commit
9e81fde117
15
README.md
15
README.md
|
@ -10,6 +10,21 @@ 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 on every single brute
|
||||
force attempt. This will provide further frustration and 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