by Ricardo “Rudxain” Fernández Serrata
Version 13 (December 11, 2022)
Download (94 downloads)
Counts how many times each text char is present in a file's content, and the count-to-length ratio (shown as an ASCII bar). Allows encoding in Hex, forced case (lower & upper), and custom split/findAll regex, before counting.
Usually, this kind of tool is used to measure how random a password generator is, or as assist/help to crack cipher-text, or at least, know what cipher/encryption algorithm was used on some data. But users can also use this just for curiosity about stats.
â„ą en.wikipedia.org/wiki/Frequency_analysis
The reason why the regex-block has its "NO" path connected, is because `null` and `""` are interpreted differently by `findAll`. So you can choose to pass `null` if you click "NO"
This is specialized for strings. But this is the generalized version: https://llamalab.com/automate/community/flows/40046
5 stars | 3 | |
4 stars | 1 | |
3 stars | 0 | |
2 stars | 0 | |
1 star | 1 | |
Reports | 0 |
Rate and review within the app in the Community section.