Difference between revisions of "Smartcard"

From Hack Sphere Labs Wiki
Jump to: navigation, search
(Created page with "=Reverse Engineer= *http://www.smartcard.co.uk/articles/Whatthesiliconmanufacturerhasputtogetherletnomanputasunder.php *Christopher Tarnovsky of Flylogic Engineering LLC taki...")
 
(Archlinux)
 
(2 intermediate revisions by the same user not shown)
Line 3: Line 3:
 
*http://www.smartcard.co.uk/articles/Whatthesiliconmanufacturerhasputtogetherletnomanputasunder.php
 
*http://www.smartcard.co.uk/articles/Whatthesiliconmanufacturerhasputtogetherletnomanputasunder.php
 
*Christopher Tarnovsky of Flylogic Engineering LLC taking apart an Infineon SLE66 at the Black Hat 2010 conference in Washington DC in February.
 
*Christopher Tarnovsky of Flylogic Engineering LLC taking apart an Infineon SLE66 at the Black Hat 2010 conference in Washington DC in February.
 +
 +
=Inside=
 +
*http://www.christinedemerchant.com/dissecting-chip-card.html
 +
 +
=Archlinux=
 +
*https://wiki.archlinux.org/index.php/Common_Access_Card
 +
*http://opensc.1086184.n5.nabble.com/Re-Muscle-pcscd-firefox-ubuntu-on-android-td7981.html
 +
 +
<pre>
 +
By putting the #pin_cache_ignore_user_consent = true;
 +
in the opensc.conf file allows one to provide a fix or circumvention
 +
(by just uncommenting the line) to get cards that enforce user_consent
 +
with OpenSC 0.13.0 to work with older applications without a code change,
 +
just a configuration change.
 +
</pre>
 +
 +
=Other=
 +
*https://blog.mozilla.org/security/2013/02/13/using-cryptostick-as-an-hsm/

Latest revision as of 07:28, 23 April 2015

Reverse Engineer

Inside

Archlinux

By putting the #pin_cache_ignore_user_consent = true;
in the opensc.conf file allows one to provide a fix or circumvention
(by just uncommenting the line) to get cards that enforce user_consent
with OpenSC 0.13.0 to work with older applications without a code change,
just a configuration change. 

Other