问题描述
这是我用来在2017年左右对Mac上的文件进行加密的命令。我不知道我的Mac当时是否在运行High Sierra,因为在更新方面我通常很晚直到我绝对必须这样做。
我能够在2018年解密这些文件,但是由于某些原因,我不能再解密了。
openssl enc -aes-256-cbc -d -in out.tar.gz.enc | tar xz
这是我现在使用运行Catalina的同一台计算机解密它的方法
bad decrypt
4435975788:error:06FFF064:digital envelope routines:CRYPTO_internal:bad decrypt:/AppleInternal/buildroot/Library/Caches/com.apple.xbs/Sources/libressl/libressl-47.140.1/libressl-2.8/crypto/evp/evp_enc.c:521:
tar: Error opening archive: Unrecognized archive format
我收到的错误消息是:
bad decrypt
4606180972:error:06065064:digital envelope routines:EVP_DecryptFinal_ex:bad decrypt:/Users/joe/Downloads/temp-libressl/libressl-2.3.6/crypto/evp/evp_enc.c:529:
tar: Error opening archive: Unrecognized archive format
我已经阅读了一些有关opensl和摘要等不同版本的文章。我下载了旧版本的LibreSSL 2.3.6;它仍然失败,但错误代码略有不同(06065064):
{{1}}
解决方法
暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!
如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。
小编邮箱:dio#foxmail.com (将#修改为@)