Security & Privacy Tools
Hash files, encode credentials, and scrub metadata entirely client-side. Protect sensitive information with fast, reliable, privacy-first tools.
Why must security tools be client-side?
Hashing a password or verifying a file checksum on a remote server defeats the purpose of the operation. The moment you send a password to a third-party hash tool, you have exposed it, regardless of how the site claims to handle it. The only trustworthy way to hash sensitive data is to do it locally, in a context you control.
The tools in this category use the Web Crypto API (SubtleCrypto), the browser's native cryptographic primitive layer and the same interface used by password managers and secure communication tools. SHA-256 hashes, entropy calculations, and URL encoding all run entirely within your browser tab. Nothing is transmitted, nothing is logged.
For file verification specifically: the File Hash Verifier reads your file using the browser's FileReader API and computes the SHA-256 digest client-side. The file bytes never leave your machine. You can compare the result against a publisher's checksum to confirm a download has not been tampered with.
No. CapyToolkit doesn't upload, transmit, or log any input. All processing uses browser-native cryptographic APIs. You can verify this by running any tool with your network disconnected.
If you hash a password on a remote server, you have already exposed it. The same applies to file verification and entropy analysis. Processing sensitive data in your own browser is the only way to keep it contained.
Yes. Load the page, disconnect, and keep working. No external dependencies are loaded at runtime.
Open your browser's network tab, run any tool, and watch the requests. You will not see outgoing data. Disconnecting from the internet after loading the page works too.
The tools use the browser's built-in SubtleCrypto API, the same interface used by password managers and secure messaging tools. CapyToolkit doesn't introduce any third-party crypto libraries.
For quick local analysis, yes. For formal audits, pair them with established CLI tooling and verify results independently.
Request a tool or share feedback
Have an idea for a new tool? Leave a message about what you'd like to see added.