【问题标题】:Linux shell: web-safe variant of a binary RSA signature of base64Linux shell:base64 二进制 RSA 签名的网络安全变体
【发布时间】:2021-04-06 21:56:26
【问题描述】:

在 Linux 中,我有一个带有二进制 RSA 签名的文件“signature.bin”,我想获得它的 base64 网络安全变体。

我怎样才能用 shell 做到这一点?

【问题讨论】:

    标签: linux shell openssl base64 digital-signature


    【解决方案1】:

    GNU Coreutils 中有一个base64 命令。就这么简单

    base64 signature.bin
    

    应该可以解决问题。

    【讨论】:

    猜你喜欢
    • 1970-01-01
    • 2018-05-09
    • 1970-01-01
    • 2013-07-16
    • 1970-01-01
    • 2018-02-18
    • 2011-04-13
    • 2011-12-13
    • 2021-09-13
    相关资源
    最近更新 更多