Skip to content

jeffmaner/RedPasswordGenerator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RedPasswordGenerator

Synopsis

My exploration of XKCD's Password Generator via Red.

I really like XKCD's interface, so I've mimicked it in my gui. It's a work-in-progress as I learn Red's VID dialect.

This project started as a simple script file. It's evolved quite far, but still has far more evolution to undergo.

Running the generator

From the Red Console:

    >> do load %src/gui.r

opens the GUI. To run the non-gui version from the Red Console:

    >> do/args %src/generate-password.r [ config %config/default.r passwords 3 ]

will generate three passwords using the default configuration file.

N.b.

Calling

do/args %src/generate-password.r [ config <config.r> passwords 3 ]

and then

do/args %src/generate-password.r [ config <config.r> ]

will result in three passwords generated.

About

An Implementation of XKCD's Password Generator in Red

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages