Skip to content

LandonWest/password_generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Ruby Password Generator

This is a simple random string generator that shuffles upper and lowercase english alphabet characters, numbers 0-9, and a few common symbols.

Getting started

include the module and call Password.gen in your code. The default and recommended length is 16, but you can pass in any number to get a different length.

I've found HowSecureIsMyPassword is a cool website to play around with different lengths and combinations and see passwords' estimated strength.

About

simple ruby method for creating a random string with a length of your choice

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages