// Tool_01

Password Generator

Generate strong passwords and memorable passphrases directly in your browser.

// Privacy by design

This tool runs locally in your browser. Generated passwords are not sent to VoaxSec or stored on a server.

Random Password
Passphrase
Click generate...
Length 16

Number of words 4

Separator
— hyphen
. dot
_ underscore
space
# hash

// Purpose

Create usable, high-entropy credentials without relying on predictable browser randomness.

// Stack

HTML, CSS and JavaScript with browser-native cryptographic randomness.

// Security focus

Client-side execution, no credential storage, configurable length and character sets.

// What this project demonstrates

This project combines frontend development with practical password-security concepts: entropy, randomness, usability, passphrases and local processing of sensitive data.