SkillAgentSearch skills...

CryptAnalyzer

A Static Analysis tool, based on Soot

Install / Use

/learn @ch4174nya/CryptAnalyzer
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

CryptAnalyze

A Static Analysis tool, based on Soot, for specifically analyzing Android APKs, to identify certain cryptographic rules.

The safety properties that it looks for are the following:

  • Modes should not be ECB (at least not for multiple blocks being encrypted)
  • Static Initialization Vectors (IVs) shouldn’t be used
  • Constant encryption keys shouldn’t be used
  • Constant salts shouldn’t be used
  • Password Based Encryption should make use of at least 1000 iterations
  • Secure Random shouldn’t be statically seeded

The tool outputs a text file, under a "Logs" directory, that it generates during the course of execution. The text file enlists the violations, if any.

References:

View on GitHub
GitHub Stars6
CategoryDevelopment
Updated4mo ago
Forks1

Languages

Java

Security Score

72/100

Audited on Nov 11, 2025

No findings