Skip to content

kiathan/Encryption-Detector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Encryption-Detector

This is a simple Java Application that reads and process files, and determine if the file is encrypted or not.

It returns a confidence level of 0-99% if the file is encrypted.

A file can turn out to be compressed instead of encrypted, hence a confidence level of less than 75% could be a compressed file instead of an encrypted file.

It uses the Monte Carlo Pi and Chi-Square Distribution to determine these confidence level.

To run:

java EncryptionDetector FILE [FILE...]

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages