Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chainski/file-hash-generator
This script can get all the Hashes (MD2, MD4, MD5, SHA1, SHA256, SHA384, SHA512) with Certutil.exe command.
https://github.com/chainski/file-hash-generator
certutil checksum cmd commandline-interface file-checksum file-hash file-hash-generator file-hash-information file-integrity hash hashcheck ioc-extractor malware-analysis md2 md5 open-source sha1 sha256 sha384 sha512
Last synced: 5 days ago
JSON representation
This script can get all the Hashes (MD2, MD4, MD5, SHA1, SHA256, SHA384, SHA512) with Certutil.exe command.
- Host: GitHub
- URL: https://github.com/chainski/file-hash-generator
- Owner: Chainski
- License: mit
- Created: 2022-03-03T15:47:55.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-24T13:02:06.000Z (8 months ago)
- Last Synced: 2024-03-24T14:23:40.182Z (8 months ago)
- Topics: certutil, checksum, cmd, commandline-interface, file-checksum, file-hash, file-hash-generator, file-hash-information, file-integrity, hash, hashcheck, ioc-extractor, malware-analysis, md2, md5, open-source, sha1, sha256, sha384, sha512
- Language: Batchfile
- Homepage:
- Size: 11.4 MB
- Stars: 2
- Watchers: 0
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## File Hash Generator
This script can get all the Hashes (MD2, MD4, MD5, SHA1, SHA256, SHA384, SHA512) with
Certutil.exe command from a file by drag and drop on this batch script and save the results in a text file.> ## Demo
![demo](https://user-images.githubusercontent.com/96607632/156618607-9f4c41f6-ce94-4358-861d-c533f46670bf.gif)| **Download Type** | **MD5 Hash** | **Size**|
|:------------------|:---------------|:--------|
| [x64](https://github.com/chainski/File-Hash-Generator/releases/download/1.0.0.0/File-Hash-Generator_x64.exe) | CE5623FF5CC4B992C654AC46E789116C | 182kb |
| [x86](https://github.com/chainski/File-Hash-Generator/releases/download/1.0.0.0/File-Hash-Generator_x86.exe) | 23A9ABB72BC78FB5763E38415B901FBA | 173kb |
| [x64 archive](https://github.com/chainski/File-Hash-Generator/releases/download/1.0.0.0/File-Hash-Generator_x64.tar.gz) | 278071C8B59509FC809AB7D066AE0F1E | 179kb |
| [x86 archive](https://github.com/chainski/File-Hash-Generator/releases/download/1.0.0.0/File-Hash-Generator_x86.tar.gz) | 27962CBEFF4646577AD8EE80316FE8C5 | 170kb |
| [Source Code](https://github.com/chainski/File-Hash-Generator/archive/refs/tags/1.0.0.0.zip) | 45bcc6814c7e40fa7cf369566aaa70ef | 4kb |