How can msn messenger and others provide a way to remember password on disk and then send it to the server for authentication later?
I searched for this topic and found a couple solutions such as BCrypt. However it stores hashed value and i can’t send it to the server to authenticate.
Others suggested do not save but that is not very practical as i will have to ask user to enter password everytime my app starts which is very annoying
How can msn messenger and others provide a way to remember password on disk
Share
You didn’t really say which system you’re asking about. Mac OS X provides Keychain Services to handle this kind of secret storage. This question talks about the Windows equivalent.