bpwgen v. 0.1b - mnemonic password generator

Stuff that has yet to be sorted into a category.
Post Reply
Message
Author
User avatar
vovchik
Posts: 1507
Joined: Tue 24 Oct 2006, 00:02
Location: Ukraine

bpwgen v. 0.1b - mnemonic password generator

#1 Post by vovchik »

Dear puppians,

I wrote this thing last night for fun, using BaCon (the pet contains a compiled binary). A CLI prog, It generates "hacker-style" mnemonic passwords that are stronger than plain text but are somehow readable.

Code: Select all

bpwgen is a simple program to generate mnemonic passwords. It takes
your word or words and creates a relatively obscure version thereof.

Arguments:     -h or --help (shows this help)
Usage:         bpwgen "your word or phrase"
Example:       bpwgen "I love my cat" might yield: "i L0ue MY C@t"
I have included the source in a separate file.

With kind regards,
vovchik
Attachments
bpwgen-0.1b-src.tar.gz
(1.3 KiB) Downloaded 292 times
bpwgen-0.1b.pet
(10.28 KiB) Downloaded 272 times

Post Reply