Page 1 of 1

Password Keeper

Posted: Tue May 30, 2017 5:28 pm
by blueb
Tired of having too many passwords to remember and want a simple solution?

PasswordKeeper is basic and does what I need, hopefully some of you will like it. :)

Notes...
You may insert a 24 character MD5 string into the password area
or you can write in whatever password you desire... your choice.

Some sites require special chars., etc. so the program is flexible.... you can insert whatever you wish into the fields.

I created an icon and placed the program on my Windows Taskbar for quick access.
------------------------
New DropBox Link...
Generic PassKeeper.zip (source code and icon, etc.)
https://www.dropbox.com/s/80cj5aoi111ua ... r.zip?dl=0

small update

Re: Password Keeper

Posted: Fri Jun 09, 2017 9:19 pm
by Mohawk70
An MD5 hash is 128 bits, ie 32 character hexadecimal encoding. Why allow 24 character MD5 input :?:

Re: Password Keeper

Posted: Sat Jun 10, 2017 2:39 pm
by blueb
Mohawk70 wrote:An MD5 hash is 128 bits, ie 32 character hexadecimal encoding. Why allow 24 character MD5 input :?:
Only because it seemed reasonable (for my needs).

You could use 2 hashes and join them together and have a 64 digit password, but the source code is there so you can modify it the way you wish. :)

Re: Password Keeper

Posted: Fri Jun 16, 2017 3:57 pm
by Mohawk70
blueb wrote:Only because it seemed reasonable (for my needs).

You could use 2 hashes and join them together and have a 64 digit password, but the source code is there so you can modify it the way you wish. :)
Right on, just curious. No need to modify your code though ... I already use my own !