Tooloat

Free online security and data tools

Generate strong passwords, compute file checksums, encrypt text with AES-256, make and read QR codes and barcodes, open CSV and Excel files and create or open ZIP archives. Sensitive input never leaves your device.

Most used

All tools in this suite

Why use these tools

  • Random values come from the browser cryptographic generator, not Math.random.
  • Streaming hashes handle files of any size without loading them whole.
  • Passphrase encryption with AES-256-GCM, and Argon2id key derivation for stronger protection.
  • Camera scanning stays on your device.

Questions and answers

Are the generated passwords safe?

Yes. They come from crypto.getRandomValues, the same source browsers use for encryption keys, and are never stored or sent.

Which hash algorithms are available?

MD5, SHA-1, SHA-256, SHA-384, SHA-512, BLAKE3 and CRC-32, computed as a stream so large files do not fill memory.

Can I trust the encryption tool?

It uses standard, well reviewed primitives: AES-256-GCM through the Web Crypto API with keys derived by PBKDF2 or Argon2id. Choose a long passphrase, because that is the part an attacker would target.