xcbrr45 / HSPG

"Hand Swapping Password Generator". A really small bit of code that produces a random password while keeping it easy to type.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HSPG

"Hand Swapping Password Generator". A really small bit of code that produces a random password while keeping it easy to type.

It prompts the user for a password length and generates a password by changing which side of the keyboard a character is chosen from. The idea behind this is to have a password that is immune to dictionary attacks but is easy to type.

Sample Output:

  • 30xp!ht7
  • vhx0vy#k
  • c8fnfhb74p
  • vu@1@k!lx[e[xh#

About

"Hand Swapping Password Generator". A really small bit of code that produces a random password while keeping it easy to type.

License:MIT License


Languages

Language:C++ 100.0%