首页
社区
课程
招聘
[转帖]DirHash 1.26.0
发表于: 2024-7-15 23:25 1889

[转帖]DirHash 1.26.0

2024-7-15 23:25
1889

DirHash 1.26.0

DirHash is a Windows console program that computes the hash of a given directory content or a single file.


It also supports creating SUM of files in a way similar to classical shasum program.


Recursive Lexicographical order is used for browsing the directory hierarchy so that the computed hash can be seen as unique fingerprint of the target directory.

Supported hashing algorithms are MD5, SHA-1, SHA-256, SHA-384, SHA-512, Streebog, Blake2s, Blake2 and Blake3.

DirHash can be invoked from the command like as follows:


https://idrassi.github.io/DirHash/


 


Possible values for HashAlgo (not case sensitive):


MD5

SHA1

SHA256

SHA384

SHA512

Streebog

Blake2s

Blake2b

Blake3

Any combination of the above separated by comma, except when -verify is used


 


DirHash uses OpenSSL for its cryptographic operations on x86 and x64 platforms and the source comes with pre-built library files of OpenSSL 1.1.1g. DirHash can also use Windows native implementation for hash algorithms (using -mscrypto switch) which can enhance performance on some configuration especially ARM64.


https://www.idrix.fr/Root/content/category/7/31/46/


[培训]内核驱动高级班,冲击BAT一流互联网大厂工作,每周日13:00-18:00直播授课

收藏
免费 0
支持
分享
最新回复 (0)
游客
登录 | 注册 方可回帖
返回
//