Difference between revisions of "Smartcard"

From Hack Sphere Labs Wiki
Jump to: navigation, search
(Reverse Engineer)
Line 6: Line 6:
 
=Inside=
 
=Inside=
 
*http://www.christinedemerchant.com/dissecting-chip-card.html
 
*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>

Revision as of 06:53, 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.