detect_crypto_in_file
Scans binary files for cryptographic algorithm constants and signatures including AES S-Box, SHA-256, SHA-1, MD5, DES, RC4, Blowfish, TEA/XTEA, CRC32, and Base64 alphabet.
Instructions
Scan a binary file for known cryptographic algorithm constants and signatures.
Detects: AES S-Box, SHA-256, SHA-1, MD5, DES, RC4, Blowfish, TEA/XTEA, CRC32, Base64 alphabet, and common file format signatures.
Args: file_path: Absolute path to the file.
Returns: List of detected crypto constants.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |