An open API service indexing awesome lists of open source software.

https://github.com/koraa/chentropy

Chentropy is a samll tool written in C that formats randomness ASCII-Friendly
https://github.com/koraa/chentropy

Last synced: about 2 months ago
JSON representation

Chentropy is a samll tool written in C that formats randomness ASCII-Friendly

Awesome Lists containing this project

README

        

Chentropy
=========

*CharEntropy*

This is a simple programm that outputs lines between 5-40 chars
and normalizes the input chars to be one of *[a-zA-Z0-9]*.

STDIN is expected to be a source of randomness.
Meaningfull content from STDIN will be ignored.

Examples
========

Print chars using /dev/urandom as rnd source

$ chentropy "$f"; done

See
===

* *strings* - Remove special chars from stream
* *awk* - Text processing language
* *sed* - Text processing language

TODO
====

*Bugs*

* Fix GDB target

*Features*

* Use some arg engine?

* Add args for minl/maxl
* Add args for linereak-char
* Add args for charlib
* Support character classes

* Create simple scripted installer