Crypto & security
Hashes, checksums, PGP, passwords and generators locally in your browser - cryptographic tools, your data never leaves the device.
Here live the tools around hashing and security: compute checksums like SHA-256 or CRC-32, verify the integrity of files, use PGP keys, generate strong passwords and UUIDs, or sign and verify text.
Local computation is decisive precisely for cryptographic tasks: a password or a file to be checked should never travel over the network. On gottrix the entire calculation happens in the browser, so secrets never leave your device.
UUID generator
Generate UUIDs (version 1, 4, 5 or 7) locally in your browser - cryptographically random and instant, with no upload.
Password generator
Generate strong, random passwords locally in your browser - choose the length and character types, with no upload.
Encrypt file
Encrypt one or more files locally in your browser with AES-256-GCM and a password. The file(s) and the password never leave your device. No upload.
Decrypt file
Decrypt one or more .gxenc files locally in your browser with your password and get the original files back. Nothing leaves your device. No upload.
Generate PGP key pair
Generate an OpenPGP key pair locally in your browser: a public key to share and a private key to decrypt. Nothing is uploaded.
Encrypt with PGP
Encrypt a file locally in your browser with the recipient public PGP key. Only they can decrypt it again. No upload.
Decrypt with PGP
Decrypt a PGP message locally in your browser with your private key and passphrase. The original file comes back. No upload.
Calculate a checksum
Compute a file checksum (hash): SHA-256, SHA-1, SHA-384/512, MD5 or CRC-32. All local in your browser, the file never leaves your device.
Calculate an HMAC
Compute a file HMAC with a secret key (SHA-256/1/384/512 or MD5) - fully local in your browser; the file and key never leave your device.
Decode JWT
Decode a JSON Web Token locally in your browser into readable JSON - header and payload revealed, with no upload.
Steganography
Hide a secret message inside an image or read it back out - all locally in your browser, with no upload.