Compute string checksums with MD5, SHA-1, SHA-256 and SHA-512 for integrity checks. The calculation runs locally in the browser and nothing is transmitted.
Create strong passwords with configurable length and character sets. The password is generated in the browser and never sent anywhere.
Generate strong passwords with configurable length and character sets, and compute MD5, SHA-1, SHA-256 and SHA-512 hashes. Values never leave the browser.
This section holds two jobs you should never hand to a questionable service: creating a password and computing a checksum. The generator lets you set length and character set so the result satisfies a specific site policy. The hash tool computes a string checksum with the common algorithms and suits integrity checks or format verification. Both run entirely in the browser: neither the password nor the source string is sent anywhere or stored.