Copying (or recovering) a .PFX password to another machine?

Posted by Adam Robinson on Stack Overflow See other posts from Stack Overflow or by Adam Robinson
Published on 2010-06-07T17:10:38Z Indexed on 2010/06/07 17:12 UTC
Read the original article Hit count: 308

Filed under:
|
|

First things first, I'm aware of all of the finger-wagging potential that this question provides. However, I'm attempting to help out a friend with a project so I haven't been part of the decision making process thus far.

I'm attempting to set up a new development machine, but one of the projects is signed with a .PFX key that's password protected and the original developer does not remember the password. The current development machine can open and build the project just fine, so I'm wondering if there is any way either to copy or to recover the saved password that Visual Studio is using on the original box so that the file can be used on the new box.

Signing with a new file is obviously an option, but one that we'd prefer to avoid. Does anyone know of a way either to recover or copy the credentials for this file to a new machine?

© Stack Overflow or respective owner

Related posts about visual-studio

Related posts about code-signing