generate_encrypt_script
Generate encryption scripts to reconstruct login request encryption logic for web security analysis.
Instructions
生成加密脚本(用于构造请求重放)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| language | Yes | 脚本语言 | |
| algorithm | Yes | 加密算法 | |
| key | No | 加密密钥 | |
| iv | No | IV偏移量 | |
| mode | No | 加密模式 | |
| padding | No | 填充方式 | |
| encoding | No | 输出编码 | |
| publicKey | No | RSA公钥 | |
| testPlaintext | No | 测试明文 | |
| testCiphertext | No | 期望密文 |