linux 中 生成文件的sha1码

2022/9/13 5:24:50

本文主要是介绍linux 中 生成文件的sha1码,对大家解决编程问题具有一定的参考价值,需要的程序猿们随着小编来一起学习吧!

 

001、

root@PC1:/home/test3# ls
root@PC1:/home/test3# seq 1000 > a.txt               ## 生成一个测试文件
root@PC1:/home/test3# ls
a.txt
root@PC1:/home/test3# sha1sum a.txt                  ## 使用sha1sum命令生成sha1码
234e7e9c9c8490946d3e8c2a01bff41e9acce269  a.txt

 



这篇关于linux 中 生成文件的sha1码的文章就介绍到这儿,希望我们推荐的文章对大家有所帮助,也希望大家多多支持为之网!


扫一扫关注最新编程教程