Serpent 256 位密钥的 Mcrypt 设置

问题描述

我正在尝试使用 mcrypt 解密示例文件,加密/解密已确认可用于 Gringotts。

古灵阁使用的算法:

Encryption: Serpent
Block size: 128 bits
Key length: 256 bits
Hashing: RIPEMD 160
Compression: Zlib Best

使用的 mcrypt 命令:

mcrypt -V -s 256 -z -a serpent -h成熟md160 -d sample.grg

带有错误信息:

The specified key size is too large for this algorithm.

我不确定我错过了什么,有什么建议吗?

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)