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
- Host: GitHub
- URL: https://github.com/koraa/chentropy
- Owner: koraa
- Created: 2013-03-23T00:04:45.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2014-02-03T00:01:41.000Z (over 11 years ago)
- Last Synced: 2025-01-30T18:23:29.926Z (4 months ago)
- Language: C
- Size: 145 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 languageTODO
====*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