ViralTaco / mkpass

Short and simple command line password generator.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mkpass

A simple command line password generator.

FAQ

Is it safe?

'Iunno. It might be safer than reusing the same password.

Is it random?

The universe is deterministic. Randomness doesn't exit.
This is as close as I'll get (unless I want to get there slower).

Is it cryptographically safe?

It's open-source. You don't have to compile it as-is.

Is it a pony?

It's open-source.

Why write a password generator?

ADHD. I wanted to sign up on a popular "hub" website, and little blood was reaching my brain at that time.
I was just surprised by how fast I came up with it and decided to keep it.

Is it malware?

It's open-source.

About

Short and simple command line password generator.

License:MIT License


Languages

Language:C++ 88.4%Language:Makefile 8.1%Language:CMake 3.5%