Infinite Password Generator

Submit portable freeware that you find here. It helps if you include information like description, extraction instruction, Unicode support, whether it writes to the registry, and so on.
Post Reply
Message
Author
User avatar
Pony
Posts: 16
Joined: Mon Jan 21, 2013 7:58 am

Infinite Password Generator

#1 Post by Pony »

This is something I have liked and used for years but I don't think it's in your collection: Image Infinite Password Generator.
It's a deterministic password-generator: put the same textual information (master password and website's name) in and get the same password out.
Using only a single Master Password that you need to remember and a keyword of your choice, you can use entirely different passwords for different websites!
Version 3.1 new feature: create portable version!
Image

As it can store keywords (websites' names) and notes, it may be used as a password-organiser as well and, at a pinch, it could be a substitute/replacement for a password-manager.

Download

To Create a Portable Version:
Once installed, a portable version can be created by running the program and pressing the menu button and selecting the "Create portable version ..." option.
OR
Use the Universal Extractor program and extract the passgen.exe and passgen.chm files from the installer; put them in a folder (call it something like "Password Generator"); within that folder, create another folder and call this "profile" and, within that, create a blank text/ini file called "passgen3.ini".

User avatar
webfork
Posts: 10821
Joined: Wed Apr 11, 2007 8:06 pm
Location: US, Texas
Contact:

Re: Infinite Password Generator

#2 Post by webfork »

Interesting program but what's with the TR.IM links you're using? Why not just point to the ikitek site links?

http://www.ikitek.com/products/Infinite ... rator.html
http://www.ikitek.com/file/Infinite-Pas ... -Setup.exe

User avatar
Pony
Posts: 16
Joined: Mon Jan 21, 2013 7:58 am

Re: Infinite Password Generator

#3 Post by Pony »

There's nothing malicious about the trim links. I just wanted to see how much interest there was by seeing how many times they were clicked: Trim provides various analytics.

User avatar
Midas
Posts: 6726
Joined: Mon Dec 07, 2009 7:09 am
Location: Sol3

Re: Infinite Password Generator

#4 Post by Midas »

Old topic update: Ikitek Infinite Password Generator last version is v3.1 (see below for changelog) released 2008-10-26.

As stated above, native portability is achieved by creating a 'profile' sub-folder inside IPI program folder and placing an empty 'passgen3.ini' file in it -- the installer can be (Uni)extracted easily.

FTR, full changelog from 'whatsnew.txt' in download archive.

Code: Select all

What's New
==========

Version 3.1 - 2008-10-26
------------------------
- menu -> create portable version (finally!)
- will not show generated password when master password or keyword is empty (avoid confusion)
- options button changed to donate ^^
- add tooltips for master, keyword, note, and result, to offer more help

Version 3.0.2 - 2007-12-7
-------------------------
- bug: when no character sets are used, the program hangs
- whatsnew.txt (this document) re-included
- much smaller main program! before was 342 KB, now is 236 KB

Version 3.0.1 - 2007-12-6
-------------------------
- bug: at start the min and max length are set to 1 and 128

Version 3.0 - 2007-08-31
------------------------
- rewritten in c++ for fun :D
- New feature: the window is now resizable! the notes and keywords area will stretch
- New feature: notes for each saved keyword, useful for storing usernames, etc
- New feature: option to sort the keywords alphabetically
- New feature: support for unicode characters
- keywords file is using a new format, named passgen3.ini, human-readable
- increased max password length to 128
- command-line version removed
- includes version 2-to-3 converter

Version 2.2 - 2006-07-12
------------------------
* fixed: when no items are selected and "down" is pressed, an empty item was created
* small UI placement modification
* increased password maximum length to 32
* clipboard is cleared when program is closed
* application icon is used on the program
* updated documentation

Version 2.0.1 - 2006-05-17
--------------------------
* fixed: symbol checkbox did not change the result

Version 2.0 - 2005-05-25
------------------------
* redesigned UI
* become freeware instead of shareware (removed nag screen)
* added updown control to change the number of characters
* added storage a.k.a favorites
* included command-line version

Version 1.0 - 2003-12-21
------------------------
* first release

Credits
=======
* Coder68
* BBStacker

Todo
====
* Online version

Post Reply