Mini-project: PeeweeGen

I just finished writing code for a small password generator terminal application (called Peewee Generator, or PeeweeGen) that uses “/dev/random” to generate three possible password choices based on criteria set by the user. It’s not very fancy or complicated, but I like how it turned out.

Download the .zip and extract it to a directory. Open up a terminal and type:

cd "FILE_DIRECTORY_NAME" && ./peewee

For convenience, you can create a launcher on your desktop the following as the command:

FILE_DIRECTORY_NAME/peewee

Peewee Generator

Peewee Generator

  Peewee Generator (95.5 KiB, 7 hits)

Update: Version 0.2 is released on Monday, May 24, 2010. You can download it here.

  • Share/Bookmark

Distraction: Modular Exponentiation

While reviewing modular exponentiation, I got bored and decided to write this program instead. I have not yet finished writing my bigInt calculator I started working on a while back, so, my program only works for numbers smaller than 2^64 bits.

  Modular Exponentiation (1.3 KiB, 6 hits)

  • Share/Bookmark