MSDN / TechNet Key Importer for KeePass 2

Posted by Stacy Vicknair on Geeks with Blogs See other posts from Geeks with Blogs or by Stacy Vicknair
Published on Thu, 08 Nov 2012 23:54:48 GMT Indexed on 2012/11/09 11:05 UTC
Read the original article Hit count: 270

Filed under:

If you have an MSDN account and, like me, systematically claim keys just as well as you systematically forget which keys you’ve used in which test environments! Well, in a meager attempt to help myself track my keys I created an importer for KeePass 2 that takes in the XML document that you can export from MSDN and TechNet. The source is available at https://github.com/svickn/MicrosoftKeyImporterPlugin.

 

How do I get my KeysExport.xml from MSDN or TechNet?

Easy! First, in MSDN, go to your product keys.

image

From there, at the top right select Export to XML.

image

This will let you download an XML file full of your Microsoft Keys.

 

How do I import it into KeePass 2?

The instructions are simple and available in the GitHub ReadMe.md, so I won’t repeat them. Here is a screenshot of what the imported result looks like:

SNAGHTML35928f0e

 

As you can see, the import process creates a group called Microsoft Product Keys and creates a subgroup for each product. The individual entries each represent an individual key, stored in the password field. The importer decides if a key is new based on the key stored in the password, so you can edit the notes or title for the individual entries however you please without worrying about them being overwritten or duplicated if you re-import an updated KeysExport.xml from MSDN! This lets you keep track of where those pesky keys are in use and have the keys available anywhere you can access your KeePass database!

 

Technorati Tags: ,,,

© Geeks with Blogs or respective owner