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

    接口 SHAOptions

    SHA 哈希选项

    配置 SHA 哈希函数的输出格式

    interface SHAOptions {
        outputFormat?: OutputFormatType;
    }
    索引
    outputFormat?: OutputFormatType

    输出格式

    • hex: 十六进制字符串(默认)
    • base64: Base64 编码字符串