libchaos

Advanced library for randomization, hashing and statistical analysis

brewmacoslinux
Try with needOr install directly
Source

About

Advanced library for randomization, hashing and statistical analysis

Commands

libchaos

Examples

Generate random data using libchaos randomization functions$ libchaos --random --size 256
Compute hash values for cryptographic analysis$ libchaos --hash --input 'data' --algorithm sha256
Perform statistical analysis on dataset$ libchaos --analyze --file dataset.txt --stats