Hello. How can I add a list of users and passwords to the credential manager so that I don't have to add one at a time?
In XML, the password is encrypted with some algorithm, can you tell me which one?
In XML files passwords are Base-64 encoded and encrypted by a XOR against the GUID associated with each item.
Rather than recreating that, it would probably be easier and more effective if we add an import feature where multiple credentials can be loaded from a text file. Something like this: