Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 121 Bytes

encrypt.md

File metadata and controls

8 lines (7 loc) · 121 Bytes

shell 实现

md5sum file.txt
sha1sum file.txt
head -c 131072 file.txt | sha1sum
openssl dgst -md4 -hex file.txt