Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
22
bool IsFileEncrypted(const std::vector<Byte>& data) {
23
double entropy = calculateEntropy(data);
24
return entropy > 7.5;
25
}
Callers
1
main
Function · 0.85
Calls
1
calculateEntropy
Function · 0.85
Tested by
no test coverage detected