5raw_

A raw plain text/JSON output password generator

Basic usage: visit or fetch https://5raw.com

Randomly generated password:

Loading...

5raw.com is a simple password generator that returns a password in plain text just by visiting https://5raw.com with a browser or fetch it with a command line tool line curl or wget. By default, a password is 16 characters and consists of a mix of uppercase, lowercase, symbols, and numbers. Dictionary words are used for better memorability. The website is available here at www.5raw.com

Endpoints

Format URL Example Output
Plain-text https://5raw.com Care*Part$Mate24
JSON https://5raw.com/json {"password":"User$Sane*Next37","length":16}

Example in terminal

curl https://5raw.com

Week Number

5raw.com also provides the current ISO week number — in your browser or straight from the command line.

Visit www.5raw.com/week for a clean, mobile-first view, or fetch the raw output in plain text at https://5raw.com/week

Week number Endpoints

Format URL Example Output
Plain-text https://5raw.com/week.txt 20
JSON https://5raw.com/week.json {"week":20}

Week number example in terminal

curl https://5raw.com/week