Our generous forever free tier includes the full platform, including the AI Assistant, for 3 users with 10k metrics, 50GB logs, and 50GB traces.
Built on open standards like Prometheus and OpenTelemetry, Grafana Cloud includes Kubernetes Monitoring, Application Observability, Incident Response, plus the AI-powered Grafana Assistant. Get started with our generous free tier today.
Create free account
$300 in Free Credit Towards Top Cloud Services
Build VMs, containers, AI, databases, storage—all in one place.
Start your project in minutes. After credits run out, 20+ products include free monthly usage. Only pay when you're ready to scale.
JVerifier
An hash code verifier
JVerifier is a command line application that verify checksums from a GNU-style file.
Source code available on https://github.com/davidesestiliwork/JVerifier2
Usage: param 1: file name, param 2: algorithm, param 3: baseDir
Example: java -jar JVerifier2.jar SHA1SUMS SHA-1 /home/davide
Note: this program requires GnuPG to work properly.
A tool to verify and generate MD5,SHA,CRC32 hash of multiple files
A Security tool that will help to verify the hash codes of files .
Currently,Our Hash Code verifier tool supports the following Hash types:
MD5,SHA,CRC32.
More details about the tool can be found in the project homepage.
The MFV (Multiple File Verifier) project has been designed to improve the sfv standard with new hash standards. Instead of the 32 bit CRC (SFV) algorithm,one of the new algoritms such as MD5 SHA-1 SHA-256 SHA-384 and SHA-512 can be used by users' choice
Verifier is a file verification utility that supports the major file checksum formats such as SFV and MD5 sums. It also has native support for the new VerifyXML format, as well as a built-in interactive hash and checksum calculator.
Verifier/validator for the install4J commercial Java installer. Uses a simple hash comparison taken remotely and a local installation binary. Code is in subversion!