Tuesday, May 15, 2012

[diwjzwgx] Storing password for a limited amount of time

Create a command line application that allows remembering a password for a limited amount of time.  Many specific solutions, such as Kerberos, ssh-agent, sudo -v already exist.

Very simple application, though some care required.  Store in memory.

A more sophisticated solution stores the secret off the computer.

No comments :