https://github.com/5noxi/hash-generator
Computes cryptographic hash values (standard hashes MD5, SHA1, SHA256 and HMAC-based hashes) Share the hash with the file, to avoid "fake" ones.
https://github.com/5noxi/hash-generator
automation filehash hash hash-generator hmac-md5 hmac-sha1 hmac-sha256 hmac-sha512 md5 powershell ripemd160 sha1 sha384 sha512
Last synced: 7 months ago
JSON representation
Computes cryptographic hash values (standard hashes MD5, SHA1, SHA256 and HMAC-based hashes) Share the hash with the file, to avoid "fake" ones.
- Host: GitHub
- URL: https://github.com/5noxi/hash-generator
- Owner: 5Noxi
- License: gpl-3.0
- Created: 2024-12-31T12:03:01.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-01-01T18:09:51.000Z (9 months ago)
- Last Synced: 2025-01-08T18:19:22.995Z (9 months ago)
- Topics: automation, filehash, hash, hash-generator, hmac-md5, hmac-sha1, hmac-sha256, hmac-sha512, md5, powershell, ripemd160, sha1, sha384, sha512
- Language: PowerShell
- Homepage: https://discord.gg/E2ybG4j9jU
- Size: 72.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Hash-Generator
Computes cryptographic hash values (standard hashes MD5, SHA1, SHA256 and HMAC-based hashes) Share the hash with the file, to avoid "fake" ones, preview:
## Discord Server
- https://discord.gg/E2ybG4j9jU
## Generated Hashes:
- `MD5`
- `SHA1`
- `SHA256`
- `SHA384`
- `SHA512`
- `RIPEMD160`
- `HMACMD5`
- `HMACSHA1`
- `HMACSHA256`
- `HMACSHA384`
- `HMACSHA512`