LAOQIANJUNZI-CRYPTO
统一加密能力演示
这一页直接调用插件导出的新接口,集中演示编码、摘要、HMAC、AES、3DES、RC4、RSA 与字节数组加解密。
运行时概览
平台
{{ runtimeInfo.platformName }}
引擎
{{ runtimeInfo.engineName }}
高级模式
{{ runtimeInfo.supportsAdvancedModes ? '已启用' : '受限' }}
原生桥接
{{ runtimeInfo.usesNativeBridge ? '是' : '否' }}
输入参数
明文
主密钥
向量
HMAC 密钥
3DES 密钥
RSA 位数
编码
Base64: {{ codecBase64 }}
Hex: {{ codecHex }}
Base64url: {{ codecBase64url }}
反解: {{ codecBackText }}
摘要与签名
MD5: {{ md5Text }}
SHA256: {{ sha256Text }}
SHA512: {{ sha512Text }}
HMAC-SHA256: {{ hmacText }}
AES 文本
密文: {{ aesCipherText }}
解密: {{ aesPlainText }}
AES 字节
字节密文: {{ aesByteCipherHex }}
字节解密: {{ aesBytePlainText }}
3DES 与 RC4
3DES 密文: {{ tripleCipherText }}
3DES 解密: {{ triplePlainText }}
RC4 密文: {{ rc4CipherHex }}
RC4 解密: {{ rc4PlainText }}
RSA
公钥长度: {{ rsaPublicBrief }}
私钥长度: {{ rsaPrivateBrief }}
RSA 密文: {{ rsaCipherText }}
RSA 解密: {{ rsaPlainText }}
执行日志
{{ item }}