项目作者: dgtony

项目描述 :
Computing file entropy.
高级语言: Rust
项目地址: git://github.com/dgtony/entropy.git
创建时间: 2021-05-30T19:51:37Z
项目社区:https://github.com/dgtony/entropy

开源协议:

下载


Entropy

Utility for computing entropy of files. Just point at some, and it will return entropy value in range [0; 1].

  1. $ entropy /etc/*
  2. [OK] /etc/afpovertcp.cfg => entropy: 0.59891, bytes: 515
  3. [OK] /etc/aliases => entropy: 0.53517, bytes: 10086
  4. [OK] /etc/asl.conf => entropy: 0.60119, bytes: 1051
  5. ...