gmkitx API - v0.10.1
    正在准备搜索索引...

    接口 SM4CipherResult

    SM4 GCM 模式的加密结果

    interface SM4CipherResult {
        ciphertext: string;
        format: OutputFormatType;
        tag?: string;
    }
    索引
    ciphertext: string

    密文(十六进制字符串)

    输出格式(hex 或 base64)

    tag?: string

    认证标签(十六进制字符串)