项目作者: Van-Ziegelstein

项目描述 :
Basic frequency analysis tool.
高级语言: Haskell
项目地址: git://github.com/Van-Ziegelstein/freqalysis.git
创建时间: 2020-07-01T17:48:17Z
项目社区:https://github.com/Van-Ziegelstein/freqalysis

开源协议:BSD 3-Clause "New" or "Revised" License

下载


Freqalysis

Toy script to aid with basic frequency analysis tasks.
Given a file (supposedly containing intercepted ciphertext),
it will search for the most frequent:

Character Sets

The character set can be tailored with the -c option. By default, all
possible Byte values (0 - 255) are used:

  • %a (default): Entire numeric range of a Byte
  • %l: lowercase letters (ASCII)
  • %u: uppercase letters (ASCII)
  • %n: alphanumeric characters (ASCII)
  • %h: hex characters (0 - F)