No description
Find a file
2015-07-03 20:47:25 -04:00
stylesheets Create gh-pages branch via GitHub 2015-06-11 21:40:16 -04:00
.gitignore Updated documentation and gitignore 2015-06-11 21:03:57 -04:00
.travis.yml Added Travis 2015-06-12 15:18:38 -04:00
_config.yml Trying Jekyll 2015-06-11 21:37:06 -04:00
constants.nim Put documentation in capitalized, imperative form. Added 2015-07-03 20:44:07 -04:00
index.md Trying to switch 2015-06-11 21:49:14 -04:00
LICENSE Initial commit 2015-06-11 19:25:59 -04:00
nimfuzz.html Updated documentation and version 2015-07-03 20:45:32 -04:00
nimfuzz.nim Updated version in file 2015-07-03 20:47:25 -04:00
nimfuzz.nimble Updated documentation and version 2015-07-03 20:45:32 -04:00
params.json Create gh-pages branch via GitHub 2015-06-11 21:40:16 -04:00
README.md Simplified genChoice. Added URL Schemes 2015-06-23 14:57:53 -04:00

nimfuzz Build Status

Simple and compact Nim fuzzing library based on the great fauxfactory. The primary purpose of the library is to generate random strings to test the security of common utilities to help defend your system.

Most of the module is self-explanatory, and you can look through the Nim-generated docs to see the available functions.

The available procedures so far are as follows:

Most functions return a string. See the docs for details

Nim implementation 2015 Jonathan Edwards

Fauxfactory Copyright 2014 Og Maciel