FIM CM 2010 – Sommarkollo 2011 @ MS Sweden
Tack för en bra diskussion hos Microsoft i Kista under FIM CM sommarkollo 2011
Inspelningen av del 1 :
Ladda ner ADCS powershell skriptet adcs_install.ps1
Ladda ner presenationen för FIM CM Sommarkollo
Tack för en bra diskussion hos Microsoft i Kista under FIM CM sommarkollo 2011
Inspelningen av del 1 :
Ladda ner ADCS powershell skriptet adcs_install.ps1
Ladda ner presenationen för FIM CM Sommarkollo
A graphical tool that facilitates testing and deployment of smart cards:
SmartUtil supports cards that implement the card module/mini-driver interface defined by Microsoft. The tool is provided by JW Secure, Inc. and can be downloaded here.
/Hasain
A must have tools for all of you with minidriver based smart cards to manage admin and user pin on such cards. The tool is free to download and use as well as to modify or reuse the code in other projects.
Many thanks to Björn Österman who made the tool available.
/Hasain
—————————————————————————
scUtil.exe, version 1.0, Author: Bjorn Osterman, Company: TrueSec AB, Sweden
syntax: scUtil.exe unblockpin <adminkey> <newpin>
scUtil.exe changepin <oldpin> <newpin>
scUtil.exe changeadminkey <oldadminkey> <newadminkey>
scUtil.exe calculateresponse <adminkey> <challange>
scUtil.exe generaterandomkey
<adminkey> is one the the following alternatives:
– 48 hexadecimal characters
– “default”, representing 48 zeroes
– “random”, representing 48 random hexadecimal characters
<pin> is variable-length string composed of alphanumerical characters
—————————————————————————
download: scUtil.zip
To import keys using the Microsoft Base Smart Card Crypto Service Provider you need to performe the following steps:
/Hasain