I want to retrieve all users passwords. I am creating a view with user information to export to exchange labs. I need each users password to import into Exchange Labs so when the user signs on for the first time they will enter their notes password.
Subject: Retrieving passwords
Are you after the Internet password??? This is stored in the person document of each but is hashed and not exportable.
The Notes ID password stores the password for itself and is not stored in the address book. This once again can be changed (or recovered) but no way of exorting this to anywhere.
Good luck with what you are doing.
Subject: RE: Retrieving passwords
Yes it is the internet PW.
Thanks
Subject: RE: Retrieving passwords
Just a note here – the Notes password is not stored anywhere; it is only used as a part of a hash that becomes the encryption key for the private information in the Notes ID file. If the file can be successfully decrypted with the password you supply, you have authenticated with the client and are in possession of the credentials you need to authenticate with the server.