Security

Category guide

About Security

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.

  • Generate a password that satisfies a specific site policy
  • Compute the SHA-256 or MD5 of a string for comparison
  • Confirm the computation stays local with nothing transmitted
2tools inside
2subcategories
0direct tools