在浏览器本地生成强随机安全密码,可自定义长度与字符类型,全程不联网、不上传。
—
重复使用、容易猜的密码是账号被盗的首要原因。一串足够长的随机密码是最简单有效的防线。本工具使用浏览器内置的加密级随机数 crypto.getRandomValues 在本地生成密码,结果绝不上传、不记录、不存储。
安全。全部运算在浏览器本地完成,断网也能用。查看网页源码即可验证——没有任何服务器请求。
Reused, guessable passwords are the #1 cause of account takeovers. A long random password is the simplest defense. This tool uses your browser's cryptographic RNG (crypto.getRandomValues) — generated locally, never transmitted or stored.