# # certimport.exe: A tool to properly insert PKCS12 certificates into the Windows Registry # without any user interaction. # # version 1.0: initial release on May 19, 2004 at BlackHat Europe # # Copyright (C) 2004 Xelerance Corporation # # This program is free software; you can redistribute it and/or modify it # under the terms of the GNU General Public License as published by the # Free Software Foundation; either version 2 of the License, or (at your # option) any later version. See . # # This program is distributed in the hope that it will be useful, but # WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY # or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License # for more details. # # # TODO: Add 'file browser' if no certificate argument is given. # # - Adaption idea for hardcoded passwords for WaveSEC, Paul Wouters # - Fix to pfxMachineImport to properly import to Personal certs and Root CA stores. # by Joost Kraaijeveld # - Based on: pfxMachineImport by by Keith Brown http://www.develop.com/kbrown #