I'm wondering if anyone has any stradegy for storing passwords when they have to be send out....I'm familar with methods of salting them and hashing them when you are RECIEVING them from a user (like for a database of some kind) but does anyone know a method for doing thing when you need to SEND them and they must be sent out correctly?
The reason i ask is, currently, we have to store passwords in plain text for the loginmgr and i'd really like to come up with something more secure...i've had a few ideas but none of them have panned out.
Remember, this biggest challenge here is that we need to be able to have the application SEND the passwords out as they actually exist (or logging in via the loginmgr fails)
If anyone has any ideas please post it here.
The reason i ask is, currently, we have to store passwords in plain text for the loginmgr and i'd really like to come up with something more secure...i've had a few ideas but none of them have panned out.
Remember, this biggest challenge here is that we need to be able to have the application SEND the passwords out as they actually exist (or logging in via the loginmgr fails)
If anyone has any ideas please post it here.