MCPcopy Create free account
hub / github.com/Do0ks/GSpots / IsFileEncrypted

Function IsFileEncrypted

EncryptionDetection/EncryptionDetection.cpp:22–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20}
21
22bool IsFileEncrypted(const std::vector<Byte>& data) {
23 double entropy = calculateEntropy(data);
24 return entropy > 7.5;
25}

Callers 1

mainFunction · 0.85

Calls 1

calculateEntropyFunction · 0.85

Tested by

no test coverage detected