在网络隔离 OpenBSD 全新安装的默认终端上执行 SHA256d 哈希(双 SHA256)的好方法是什么?
这就是我正在做的:
echo test > testfile
cat testfile | openssl dgst -binary | openssl dgst
它给了我一个以0xe0b6
只是想知道是否有更简洁/更好的方法?
在网络隔离 OpenBSD 全新安装的默认终端上执行 SHA256d 哈希(双 SHA256)的好方法是什么?
这就是我正在做的:
echo test > testfile
cat testfile | openssl dgst -binary | openssl dgst
它给了我一个以0xe0b6
只是想知道是否有更简洁/更好的方法?
... 更短,但没有内置方法可以对 OpenBSD 上任何基本实用程序中的某些输入应用 SHA256 哈希两次。