Ethical Hacking

Learn to find vulnerabilities before the bad guys do! Gain real world hands on hacking experience in our state of the art hacking lab. Course designed and taught by expert instructors with years of penetration testing experience. 12 student maximum in every class. Certification attempt included in every package.
Computer Forensics Training at InfoSec Institute

Gain the in-demand skills of a certified computer examiner, learn to recover trace data left behind by fraud, theft, and cybercrime perpetrators. Discover the source of computer crime and abuse at your organization so that it never happens again. All of our class sizes are guaranteed to be 12 students or less to facilitate one-on-one interaction with one of our expert instructors.




Network Security Security-Basics
[Top] [All Lists]

Re: program to store passwords

Subject: Re: program to store passwords
Date: Tue, 28 Jun 2005 09:36:06 +0300 (IDT)
On Mon, 27 Jun 2005, Leon wrote:

Could anyone supply a suggestion on what they like and
why?  I use to use p-safe back in the day just
wondering if any more advanced freeware programs are
available.

It depends on what you mean by `advanced'.

The simplest way is to use password derivation, e.g.,

$ openssl sha1 -binary | openssl base64
master-password mail.yahoo.com
[Control-D]
sYtnc48oq8Ty6kyYu4Qf+2RkGjU=  -- this is the password

But there are also more `user-friendly' ways, e.g.,
http://passwordsafe.sourceforge.net/

-- 
Regards,
ASK

<Prev in Thread] Current Thread [Next in Thread>