You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
TCHunt-ng uses Chi-square test to determine a level of randomness, which consists of calculating an entropy and then comparing it against the embedded statistical data. Though I completely agree with you that having an automated test would be beneficial in assuring the quality of the software.
I have added regression tests. It's far from perfect but it makes easier to spot if something went amiss (like if some files are no longer recognized as encrypted/random and vice versa).
See: https://github.com/dyne/libdisorder
A simple C library for entropy measurement of byte streams and other data.
Its a pretty straightforward lib for Shannon entropy analysis.
The text was updated successfully, but these errors were encountered: