散列哈希的散列

时间:2015-10-06 05:44:40

标签: bash cryptography

如果我将文件shasum并将其无限期地传输到另一个文件(删除文件名),我是否会看到相同的shasum?

echo "3" > testfile
while true; do
  shasum testfile > testfile
  cat testfile
done

0 个答案:

没有答案