בס״ד

Security Tools

Free online security tools for generating passwords, passphrases, hashes, and sharing secrets securely.

Command Line Access

$ curl https://dnsx.dev/password
$ curl "https://dnsx.dev/password?length=32&symbols=false"
$ curl https://dnsx.dev/passphrase
$ curl "https://dnsx.dev/passphrase?words=6&separator=_"
$ curl -X POST https://dnsx.dev/hash -d '{"text":"hello"}'

Online Security Essentials

Strong security hygiene starts with the basics: unique passwords for every account, secure methods for sharing sensitive information, and an understanding of the cryptographic tools that protect your data. Our security tools are designed to make these best practices accessible to everyone, whether you are a developer managing API keys or a team lead sharing credentials with colleagues.

All of our tools run with privacy in mind. Password and passphrase generation uses cryptographically secure randomness (crypto/rand). Our one-time secret tool encrypts data end-to-end in your browser using AES-256-GCM, meaning we never see your plaintext secrets. Hash generation is performed server-side for convenience, but no input data is stored or logged.

Network Diagnostic Tools