rpms/pcsc-tools/devel pcsc-tools-gscriptor.desktop, NONE, 1.1 pcsc-tools.spec, NONE, 1.1 smartcard_list.txt, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Ville Skytta (scop) fedora-extras-commits at redhat.com
Tue Dec 13 20:45:51 UTC 2005


Author: scop

Update of /cvs/extras/rpms/pcsc-tools/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31270/devel

Modified Files:
	.cvsignore sources 
Added Files:
	pcsc-tools-gscriptor.desktop pcsc-tools.spec 
	smartcard_list.txt 
Log Message:
auto-import pcsc-tools-1.4.1-1 on branch devel from pcsc-tools-1.4.1-1.src.rpm
Initial import (#170905).


--- NEW FILE pcsc-tools-gscriptor.desktop ---
[Desktop Entry]
Name=Gscriptor
Comment=Send commands to smart cards
Exec=gscriptor
Terminal=false
Encoding=UTF-8
Type=Application
Categories=Application;Utility;GTK;


--- NEW FILE pcsc-tools.spec ---
Name:           pcsc-tools
Version:        1.4.1
Release:        1%{?dist}
Summary:        Tools to be used with smart cards and PC/SC

Group:          Development/Tools
License:        GPL
URL:            http://ludovic.rousseau.free.fr/softwares/pcsc-tools/
Source0:        http://ludovic.rousseau.free.fr/softwares/pcsc-tools/%{name}-%{version}.tar.gz
Source1:        http://ludovic.rousseau.free.fr/softwares/pcsc-tools/smartcard_list.txt
Source2:        %{name}-gscriptor.desktop
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires:  desktop-file-utils
BuildRequires:  pcsc-lite-devel
Requires:       pcsc-lite

%description
The pcsc-tools package contains some tools useful for a PC/SC user.
The tools provided are:
* pcsc_scan(1) scans available smart card readers and print detected
  events: card insertion with ATR, card removal;
* ATR_analysis(1) analyses a smart card ATR (Anwser To Reset)
* scriptor(1) Perl script to send commands to a smart card using a
  batch file or stdin;
* gscriptor(1) the same idea as scriptor(1) but with Perl-Gtk GUI.


%prep
%setup -q
sed -i -e 's/-O2 -g/$(RPM_OPT_FLAGS)/' Makefile
sed -i -e 's|/usr/lib/pcsc\b|%{_datadir}/pcsc|' ATR_analysis*
if ! pkg-config --atleast-version 1.2.9 libpcsclite ; then
sed -i -e 's/LPTSTR/LPSTR/' pcsc_scan.c
fi
iconv -f iso-8859-1 -t utf-8 %{SOURCE1} > smartcard_list.txt
cp -p %{SOURCE2} gscriptor.desktop


%build
make %{?_smp_mflags}


%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT%{_prefix}
install -dm 755 $RPM_BUILD_ROOT%{_datadir}/pcsc
mv $RPM_BUILD_ROOT%{_prefix}/pcsc/* $RPM_BUILD_ROOT%{_datadir}/pcsc
rmdir $RPM_BUILD_ROOT%{_prefix}/pcsc
desktop-file-install \
  --vendor=fedora \
  --dir=$RPM_BUILD_ROOT%{_datadir}/applications \
  --mode=644 \
  --add-category=X-Fedora \
  gscriptor.desktop
# TODO: icon


%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-,root,root,-)
%doc Changelog LICENCE README TODO
%{_bindir}/*
%{_datadir}/applications/*gscriptor.desktop
%{_datadir}/pcsc/
%{_mandir}/man1/*.1*


%changelog
* Tue Dec 13 2005 Ville Skyttä <ville.skytta at iki.fi> - 1.4.1-1
- Update smartcard_list.txt to 20051127 and convert it to UTF-8.
- Improve summary and description.
- Add "Application" desktop entry category for legacy distros.
- Drop BR: sed.

* Sat Oct 15 2005 Ville Skyttä <ville.skytta at iki.fi> - 1.4.1-0.2
- Update smartcard_list.txt to 20051011.
- Specfile cleanups.

* Wed Oct  5 2005 Ville Skyttä <ville.skytta at iki.fi> - 1.4.1-0.1
- 1.4.1, patched to compile with pcsc-lite < 1.2.9-beta4.
- Move smartcard_list.txt to %%{_datadir}/pcsc.
- Add menu entry for gscriptor.

* Sat May 28 2005 Ville Skyttä <ville.skytta at iki.fi> - 1.3.3-0.1
- Rebuild for FC4.

* Thu Jul  1 2004 Ville Skyttä <ville.skytta at iki.fi> - 0:1.3.3-0.fdr.4
- Requires pcsc-lite (not too useful without the daemon).
- Update smartcard_list.txt to 1.72.

* Thu May 27 2004 Ville Skyttä <ville.skytta at iki.fi> - 0:1.3.3-0.fdr.3
- Due to use of pkg-config, BuildRequires pcsc-lite-devel >= 1.2.0 (bug 1282).
- Update smartcard_list.txt to 1.71 (bug 1282).

* Wed May 12 2004 Ville Skyttä <ville.skytta at iki.fi> - 0:1.3.3-0.fdr.2
- Patch to get PC/SC Lite CFLAGS and libs from pkg-config.
- Update smartcard_list (1.70).

* Fri Apr  2 2004 Ville Skyttä <ville.skytta at iki.fi> - 0:1.3.3-0.fdr.1
- Update to 1.3.3.

* Tue Feb 10 2004 Ville Skyttä <ville.skytta at iki.fi> - 0:1.3.2-0.fdr.2
- Update smartcard_list (1.64).

* Wed Dec 17 2003 Ville Skyttä <ville.skytta at iki.fi> - 0:1.3.2-0.fdr.1
- Update to 1.3.2.

* Thu Oct 30 2003 Ville Skyttä <ville.skytta at iki.fi> - 0:1.3.1-0.fdr.1
- Update to 1.3.1.

* Sun Sep 14 2003 Ville Skyttä <ville.skytta at iki.fi> - 0:1.3.0-0.fdr.4
- Own %%{_libdir}/pcsc.
- Spec cleanups.

* Sun Aug 31 2003 Ville Skyttä <ville.skytta at iki.fi> - 0:1.3.0-0.fdr.3
- Updated smartcard_list.txt (1.43).

* Wed Aug 27 2003 Ville Skyttä <ville.skytta at iki.fi> - 0:1.3.0-0.fdr.2
- Spec cleanups.

* Sun Jun  1 2003 Ville Skyttä <ville.skytta at iki.fi> - 0:1.3.0-0.fdr.1
- Update to 1.3.0.

* Sun May 25 2003 Ville Skyttä <ville.skytta at iki.fi> - 0:1.2.5-0.fdr.1
- Update to 1.2.5.

* Fri May 23 2003 Ville Skyttä <ville.skytta at iki.fi> - 0:1.2.4-0.fdr.1
- First build.


--- NEW FILE smartcard_list.txt ---
#
#    smartcard_list.txt
#    Copyright (C) 2002-2005  Ludovic Rousseau
#
#    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.
#
#    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.
#
#    You should have received a copy of the GNU General Public License
#    along with this program; if not, write to the Free Software
#    Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
#    02111-1307  USA

#
# This list contains a match between an ATR and a card type
# The list is sorted for edition purposes
#
# You can get the latest version of this file from:
# http://ludovic.rousseau.free.fr/softwares/pcsc-tools/pcsc-tools.html
#
# $Id: smartcard_list.txt,v 1.155 2005/11/27 16:44:55 rousseau Exp $
#

# syntax:
# ATR in regular expression form
# \t descriptive text
# \t descriptive text
# \t descriptive text
# empty line

3B 02 14 50
	Schlumberger Multiflex 3k

3B 02 53 01
	Gemplus GemClub Memo

3B 04 41 11 77 81
	Sample Mifare DESFire contactless smartcard from Phillips

3B 04 41 11 77 B1
	IBM JCOP 30 contactless

3B 04 49 32 43 2E
	German Health Insurance Card

3B 05 68 01 01 02 05
	Certinomis card (electronic certificates)

3B 09 41 04 11 DD 82 2F 00 00 88
	1k contactless Mifare

3B 0A 20 62 0C 01 4F 53 45 99 14 AA
	GSM-SIM BEN (1800MHz)

3B 0F 80 6A 16 32 46 49 53 45 53 8C E0 FF 07 90 00
	GSM-SIM Sonera (from 1998)

3B 0F FF C1 B5 CC 72 CA 00 00 ??
	Mifare Std 1K

3B 15 13 80 53 41 52 03
	Eutron CryptoIdentity (ATMEL AT903232C - 6464C Cryptographic
	processors, 64KB EEPROM, RSA 2048)

3B 15 94 C3 02 08 16 01
	GSM-SIM EMT (Estonia)

3B 16 94 71 01 01 00 27 00
	Cingular GSM SIM Card

3B 16 94 81 10 06 01 81 2F
	Schlumberger Cyberflex Access Augmented Crypto

3B 16 94 81 10 06 01 81 3F
	Schlumberger Cyberflex Access Crypto

3B 17 13 9C 12 02 01 01 07 40
	Schlumberger Cyberflex Access Developer 32k

3B 17 94 18 02 01 25 01 41 93
	AT&T Wireless GSM SIM Card

3B 17 94 89 01 02 01 02 41 87
	Vodafone/Omnitel 16K GSM SIM

3B 19 14 55 90 01 01 01 00 05 08 B0
	Schlumberger Multiflex 8k

3B 19 14 55 90 01 02 01 00 05 04 B0
	Schlumberger Multiflex 4k

3B 19 14 59 01 01 0F 01 00 05 08 B0
	Schlumberger Multiflex 8k

3B 19 94 31 02 05 10 45 98 01 02 4E
	GSM-SIM EMT (Estonia)

3B 1F 11 00 67 80 42 46 49 53 45 10 52 66 FF 81 90 00
	Nokia branded SC (Setec)

3B 1F 11 00 6A 01 38 46 49 53 45 10 8C 02 FF 07 90 00
	GSM-SIM Saunalahti (from 2004)

3B 1F 11 80 6A 16 32 46 49 53 45 15 8C E6 FF 07 90 00
	GSM SIM card - Tele2 Estonia - http://www.tele2.ee

3B 1F 11 80 6A 32 37 46 49 53 45 12 8C 02 FF 07 90 00
	GSM-SIM DNA Finland (from 2001)

3B 1F 11 80 6A 80 34 46 49 53 45 53 94 36 FF 07 90 00
	RSA SecurID 3100

3B 1F 94 00 6A 01 38 46 49 53 45 10 8C 02 FF 07 90 00
	GSM-SIM Saunalahti (from 2004)

3B 1F 94 80 6A 16 32 46 49 53 45 15 8C E6 FF 07 90 00
	GSM-SIM Sonera (from 2002)

3B 23 00 00 36 41 81
	Schlumberger Payflex 4k SAM

3B 23 00 35 11 80
	Schlumberger Payflex 1k User

3B 23 00 35 11 81
	Schlumberger Payflex 1k SAM

3B 23 00 35 13 80
	Schlumberger Cyberflex Access Campus

3B 23 00 35 13 FF
	Schlumberger MicroPayflex

3B 24 00 .. .. .. 45
	Conax

3B 24 00 30 42 30 30
	ComHem Digital-TV smartcard (Sweden)

3B 24 00 80 72 94 43
	MPCOS-3DES 64K \ EMV Filter (Gemplus)

3B 26 00 00 26 40 00 90 00
	Schlumberger, purse?

3B 26 00 11 04 5C 03 90 00
	Caixa Abierta (Barcelona, Spain) Cash/Visa Electron

3B 27 00 80 65 A2 .. 01 01 37
	Gemplus GemSAFE Smart Card (4K)

3B 27 00 80 65 A2 00 01 01 37
	Gemplus GemSAFE Card CSP v1.0

3B 27 00 80 65 A2 02 02 82 37
	Gemplus GPK2000s

3B 27 00 80 65 A2 02 03 82 37
	Gemplus GPK2000sp

3B 27 00 80 65 A2 04 01 01 37
	Gemplus GPK4000s

3B 27 00 80 65 A2 05 01 01 37
	Gemplus GPK4000sp

3B 27 00 80 65 A2 06 01 01 37
	GPK 4000, RSA 512 bits Sign, Unwrap 40 bits

3B 27 00 80 65 A2 0C 01 01 37
	Gemplus GPK4000

3B 27 00 80 65 A2 8C 3B 27 00
	GPK 4000, RSA 1024 bits Sign, Unwrap 256 bits

3B 29 00 80 72 A4 45 64 00 00 D0 15
	Moeda Electronica Bradesco (Gemplus MPCOS?) (Brasilia)

3B 29 00 80 72 A4 45 64 00 FF 00 10
	MPCOS-3DES 8K (Gemplus)

3B 2A 00 80 65 A2 01 00 00 00 72 D6 41
	MPCOS_EMV_1B

3B 2A 00 80 65 A2 01 00 00 00 72 D6 43
	MPCOS_EMV_4B

3B 2A 00 80 65 A2 01 .. .. .. 72 D6 41
	Gemplus MPCOS EMV 1 Byte sectors

3B 2A 00 80 65 A2 01 .. .. .. 72 D6 43
	Gemplus MPCOS EMV 4 Byte sectors

3B 32 15 00 06 80
	Schlumberger Multiflex 8k

3B 32 15 00 06 95
	Schlumberger Multiflex 8k DES

3B 37 11 00 46 4C 4F 4D 41 90 00
	SLE 4428

3B 3B .. 00 80 6. A[F,E] 03 0[C,D] .. .. 83 .. 90 00
	GemXplore Xpresso V3

3B 3B 11 00 80 65 AF 03 0C 01 6F 83 0F 90 00
	Gemplus GemX{plore,presso} V3-B1

3B 3B 11 00 80 69 AF 03 0C 01 6F 83 0[0,1] 90 00
	GemXplore'Xpresso V3 64K

3B 3B 94 00 80 65 AF 03 0D 01 74 83 0F 90 00
	Gemplus GemXplore Xpresso V3 B1P
	Mobistar SIM - Belgium (Gemplus)

3B 3C 94 00 4B 31 25 A2 10 13 14 47 83 83 90 00
	GSM SFR

3B 3F 11 00 6F AF 65 03 12 01 80 73 32 21 1B 83 0F 90 00
	GSM SIM card Orange J2RE postpaid

3B 3F 94 00 80 69 AF 03 07 06 67 09 97 0A 0E 83 3E 9F 16
	BASE SIM - Belgium (Gemplus)

3B 3F 95 00 80 65 AF 03 12 01 6F 73 32 21 1B 83 00 90 00
	Gemplus GemXpresso PRO 64 PK SIM

3B 3F 95 00 80 69 AF 03 0F 02 80 FF FF 06 0E 83 3E 9F 16
	AT&T Wireless GSM SIM Card

3B 63 00 00 36 41 80
	Schlumberger Payflex 4k User

3B 64 00 00 80 62 0. 51
	Setec SetCOS 5.1.0 EMV

3B 64 .. FF 80 62 .. A2
	JCOP20

3B 65 00 00 29 05 01 02 01
	ActivCard (Schlumberger) CyberFlex 64K V1

3B 65 00 00 58 01 01 00 80
	RBS Advanta Platinum Reserve Master Card

3B 65 00 00 9C 02 02 07 02
	US Department of Defense, TEST Common Access Card (CAC)
	Schlumberger Cyberflex Access #2

3B 65 00 00 9C 1[0,1] 01 01 03
	Schlumberger Cyberflex Palmera

3B 66 00 FF 4A 43 4F 50 30 33
	IBM JCOP 30

3B 67 00 00 00 00 00 00 00 90 00
	Axa Bank (Belgium) Mastercard Gold / Axa Bank Belgium
	MisterCash & Proton card
	VISA Card (emitted by Bank Card Company - Belgium)

3B 67 00 00 29 20 00 6F 78 90 00
	Postbank Chippas (chipknip) Netherlands

3B 67 00 00 2D 20 36 00 78 90 00
	Swedish cashcard, http://www.ida.liu.se/~TDDB31/Cashcard.pdf
	Bank Card (ING - Belgium)

3B 67 00 00 85 20 36 30 78 90 00
	Belgium Fortis Bank
	Belgium Keytrade Bank
	Belgium Post Bank

3B 67 00 00 9C 10 01 01 03 FF 07
	Schlumberger Cyberflex Palmera Protect

3B 67 00 00 A5 20 40 10 1F 90 00
	Swedish eLegitimation (eID) from Nordea Bank http://www.elegitimation.se/

3B 67 25 00 2A 20 00 4[0,5] 68 90 00
	Swedish cashcard (proton)

3B 67 25 00 62 24 33 03 ..
	Bull TB1000 ? (SAM for ATM in Luxemburg)

3B 68 00 00 56 53 44 43 4C 43 31 30
	VISA (Estonian), made by www.trueb.ch

3B 68 00 00 80 66 A2 06 02 01 32 0E
	Gemplus GemClub 1K

3B 69 00 00 24 94 01 02 01 00 01 01 A9
	Chipcard from SUN to be used in SunRay's
	370-4328-01 (31091)

3B 69 00 00 24 94 01 03 01 00 01 00 A9
	Schlumberger MicroPayflex S card

3B 69 00 00 50 01 01 04 01 00 01 01 A9
	Sample card given to all attendees of the CTST 2004 SmartCard Conference

3B 69 00 FF 53 6D 40 72 74 43 61 66 65
	G&D (Giesecke&Devrient) Sm at rtCafé

3B 6A 00 00 80 31 C0 A1 02 03 01 32 81 16
	Lloyds TSB Visa Credit/Debit Card

3B 6A 00 00 80 65 A2 01 01 01 3D 72 D6 43
	GemSafe Xpresso 16k

3B 6A 00 00 80 66 A1 09 02 01 63 0E 90 00
	Danish Visa/Dankort

3B 6B 00 00 00 31 80 64 2D A0 02 0C 8C 61 27
	SmartEMV prototype

3B 6B 00 00 00 31 80 64 43 B0 02 00 8C 61 27
	Bull Odyssey 1.2 (Javacard 2.0)

3B 6B 00 00 80 65 B0 83 01 01 74 83 00 90 00
	GemXpresso Pro R3 with 64K EEPROM

3B 6B 00 00 80 65 B0 83 01 03 74 83 00 90 00
	Gemplus GemXpresso PRO 64 PK

3B 6B .. FF 80 62 .. A2 56 46 69 6E 45 49 44
	JCOP20 v2.x

3B 6C 00 00 10 10 10 30 00 00 00 00 00 00 00 00
	Datacard Group Aptura Development Card V1.1b

3B 6D 00 00 00 31 C0 71 D6 64 34 C7 01 00 84 90 00
	DeLaRue ProlifIC

3B 6D 00 00 00 31 C0 71 D6 64 34 C7 02 00 84 90 00
	Cybelys card (Thalys fidelity card)

3B 6D 00 00 00 31 C0 71 D6 64 38 D0 02 00 84 90 00
	EMV Visa Electron (Oberthur)

3B 6D 00 00 00 31 C0 71 D6 64 38 D0 03 00 84 90 00
	HSBC Visa/MasterCard credit card
	Barclay Card MasterCard

3B 6D 00 00 80 31 80 65 B0 06 01 01 77 83 00 90 00
	GemXpresso Lite: with EMV application

3B 6D 00 00 80 31 80 65 B0 43 01 00 77 83 00 90 00
	Gemplus GemXpresso Lite

3B 6D 00 FF 00 31 80 71 8E 64 48 D5 02 00 82 90 00
	Blue for Business, American Express at Business

3B 6E 00 00 00 31 80 71 86 65 01 67 02 A0 0A 83 90 00
	Australian ANZ First Visa Card from the ANZ
	(Australia and New Zealand) Bank

3B 6E 00 00 00 31 80 71 86 65 47 44 23 01 02 83 90 00
	Nat West Master Card

3B 6E 00 00 00 62 .. 43 57 41 56 41 4E 54 10 81 90 00
	Setec SetCOS 4.3.0

3B 6E 00 00 00 62 00 00 57 41 56 41 4E 54 10 81 90 00
	Setec SetCOS 5.1.0 EMV + AVANT

3B 6E 00 00 80 31 80 65 B0 03 01 01 5E 83 00 00 90 00
	FirstUSA Visa

3B 6E 00 00 80 31 80 65 B0 03 02 01 5E 83 00 00 90 00
	Gemplus GemXpresso 211is

3B 6E 00 FF 45 73 74 45 49 44 20 76 65 72 20 31 2E 30
	Estonian Identity Card (EstEID warm)

3B 6F 00 00 00 67 2. 43 46 49 53 45 12 52 66 FF 81 90 00
	Setec SetCOS 4.3.2

3B 6F 00 00 80 31 E0 5B 4E 4F 4B 00 00 00 00 00 00 02 00
	Norsk-Tipping (Buypass) Monodex card

3B 6F 00 00 80 31 E0 6B 04 06 03 04 40 55 55 55 55 55 55
	Blue American Express Card

3B 6F 00 00 80 5A 08 03 03 00 00 00 24 22 0E E7 82 90 00
	Navigo (contact mode)

3B 6F 00 00 80 5A 08 03 03 00 00 00 24 2A 4A 09 82 90 00
	Navigo (contact mode)

3B 6F 00 00 80 5A 08 03 03 00 00 00 24 2E C1 0D 82 90 00
	passe Navigo, carte intégrale RATP (French metro in Paris)

3B 6F 00 00 80 5A 0A 01 03 20 03 11 24 34 A3 C7 82 90 00
	Navigo Imagine R ((French metro in Paris)

3B 6F 00 FF 53 46 53 45 2D 43 58 33 32 32 2D 56 18 02 02
	Giesecke & Devrient SmartCafe Expert 2.0

3B 75 94 00 00 62 02 02 0[1-3] 01
	Schlumberger Cyberflex 32K e-gate

3B 76 11 00 00 00 9C 11 01 02 02
	Schlumberger Cyberflex Access 32K

3B 76 11 00 00 00 9C 11 01 02 03
	RSA SecureID 5100

3B 76 12 00 00 00 9C 11 01 03 03
	Precise BioMatch (TM) JavaCard (Schlumberger)
	www.precisebiometrics.com

3B 76 98 00 00 00 9C 11 01 01 02
	CyberFlex Access 32

3B 7A 94 00 00 80 65 A2 01 01 01 3D 72 D6 43
	Gemplus GemXpresso Pro R3 E32 PK

3B 7B .. 00 00 80 62 0. 51 56 46 69 6E 45 49 44
	Setec SetCOS 5.1.0

3B 7B 94 00 00 80 65 B0 83 01 0[1,3] 74 83 00 90 00
	Gemplus GemXpresso Pro R3 (E64 PK)

3B 7D 11 00 00 00 31 80 71 8E 64 52 D9 01 00 82 90 00 
	Oberthur Galactic V2

3B 7D 11 00 00 00 31 80 71 8E 64 77 E3 01 00 82 90 00
	Oberthur Cosmo 64k RSA v5

3B 7D 11 00 00 00 31 80 71 8E 64 77 E3 02 00 82 90 00
	Oberthur 64k v5/2.2.0

3B 7D 11 00 00 00 31 80 71 8E 64 86 D6 01 00 81 90 00
	DOD-CAC

3B 7D 18 00 00 00 31 80 71 8E 64 77 E3 01 00 82 90 00
	Oberthur 64k v4/2.1.1

3B 7D 94 00 00 80 31 80 65 B0 83 01 02 90 83 00 90 00
	Gem e-Seal
	(GemSafeXpresso 16k R3.2?)

3B 7D 94 00 00 80 31 80 65 B0 83 01 01 90 83 00 90 00
	GemSafeXpresso 16k R3.2

3B 7E 11 00 00 00 6A 11 63 54 08 30 24 01 .. .. 21 90 01
	Sagem Windows for smart cards

3B 7F 11 00 00 80 31 C0 52 21 57 64 02 18 19 53 83 83 90 00
	banking card (www.caixacatalunya.com)
	student id of Universitat  Autonoma de Barcelona

3B 7E 13 00 00 00 6A 11 63 54 05 48 .. .. .. 01 22 90 00
	Sagem Windows for smart cards

3B 7F 11 00 00 00 31 C0 53 CA C4 01 64 52 D9 04 00 82 90 00
	DoD CAC, Oberthur CosmopolIC V4

3B 7F 18 00 00 00 31 C0 73 9E 01 0B 64 52 D9 03 00 82 90 00
	Oberthur Galactic V3 (32k)

3B 7F 18 00 00 00 31 C0 73 9E 01 0B 64 52 D9 04 00 82 90 00
	Oberthur CosmopolIC

3B 7F 18 00 00 00 31 C0 73 9E 01 0B 64 52 D9 05 00 82 90 00
	Oberthur 32k BIO

3B 81 1F 00 CC 52
	eToken R2 2242

3B 81 80 01 80 80
	Mifare DESFire

3B 82 00 55 22
	GSM-SIM TELE2 Smart (Estonia, prepaid)

3B 82 81 31 76 43 C0 02 C5
	CardOS/M2 V2.01(SLE44CxxS)

3B 82 81 31 76 43 C1 03 C5
	i.ti (ticket card for Collogne/Bonn)
	CardOS M2 Combi V2.02 (SLE44R42S)

3B 83 00 12 10 96
	GSM-SIM T-Mobil D1 (900MHz)

3B 85 00 12 02 01 00 96
	GSM-SIM Victorvox D1 (900MHz)

3B 85 00 87 25 01 38 02
	GSM-SIM Viag Interkom E2 Loop GSM (1800MHz)

3B 85 00 87 25 01 39 00
	GSM-SIM Telfort (Netherlands) 900 MHz

3B 85 40 20 68 01 01 .. ..
	Schlumberger Cryptoflex 8k

3B 85 40 20 68 01 01 03 05
	Schlumberger Cryptoflex Key Generation

3B 85 40 20 68 01 01 05 01
	Schlumberger Cryptoflex 8k

3B 86 40 20 68 01 01 02 04 AC
	Activcard Gold, SchlumbergerSema Cryptoflex 8k

3B 86 80 01 4A 43 4F 50 33 30 12
	Mifare ProX T=CL

3B 87 81 31 40 43 4D 46 43 20 31 33 31 6F
	Telekom Paycard

3B 89 00 91 26 91 06 00 01 22 01 00
	BT Cellnet SIM

3B 89 40 14 47 47 32 36 4D 35 32 38 30
	GSM-SIM e-plus (1800MHz)

3B 8A 00 91 01 00 16 00 01 16 01 00 96
	GSM-SIM T-Mobil D1 (900MHz)

3B 8A 00 91 01 00 16 00 01 20 01 00 96
	GSM-SIM T-D1 prepaid (Xtra)

3B 8A 00 91 91 00 17 00 01 07 03 00 96
	T-Mobile prepaid 2G SIM

3B 8E 80 01 80 91 91 31 C0 64 77 E3 03 00 83 82 90 00 1C
	Belgian Passport

3B 90 95 80 1F C3 59
	Dai Nippon Printing Co., DNP Standard-J T3.1

3B 95 15 40 .. 68 01 02 .. ..
	Schlumberger CryptoFlex 8k v2

3B 95 18 40 FF 62 01 02 01 04
	Schlumberger Cryptoflex 32K e-gate

3B 95 18 40 FF 62 04 01 01 05
	Schlumberger CryptoFlex 32Ko V1

3B 95 18 40 FF 64 02 01 01 02
	Schlumberger CryptoFlex 32Ko

3B 95 94 40 FF 63 01 01 02 01
	Schlumberger Cryptoflex 16Ko

3B 98 13 40 0A A5 03 01 01 01 AD 13 11
	Belgium Electronic ID card

3B 99 94 00 91 08 91 06 00 01 06 06 00
	GSM-SIM Orange-UK (1800)

3B 9A 94 00 91 01 00 17 00 01 23 10 00 96
	GSM-SIM Victorvox D1 (900MHz)

3B 9A 94 00 91 01 00 17 00 01 23 11 00 96
	GSM-SIM Card T-D1 (900MHz)

3B 9B 95 80 1F 47 80 31 A0 73 BE 21 00 53 34 99 05 D0
	GSM-SIM EMT "Diil", prepaid (Estonia)

3B 9D 94 40 23 00 68 20 01 4D 69 6F 43 4F 53 00 90 00
	Miotec (http://www.miotec.fi) smartcard running Miocos 2.0 on an Atmel AT90SC646

3B 9E 95 80 1F C3 80 31 A0 73 BE 21 13 67 29 02 01 04 04 CD 39
	Hutchison/3 3G USIM
	J+ SWIM WIB UMTS SIM Test card
	  http://www.exceldata.es/microprocess/j%2Bswinwibusim.html

3B 9F 21 0E 49 52 44 45 54 4F 20 41 43 53 20 56 34 2E 31 9D
	Foxtel paytv decoder in Australia acs 4.1 Irdeto2

3B 9F .. 80 1F C3 00 68 1. 44 05 01 46 49 53 45 31 C8 .. 90 00 ..
	Setec SetCOS 4.4.1

3B 9F 94 40 1E 00 67 11 43 46 49 53 45 10 52 66 FF 81 90 00
	Setec / FINEID

3B 9F 94 40 1E 00 67 16 43 46 49 53 45 10 52 66 FF 81 90 00
	RSA SecurID 3100 or SETEC or a Utimaco Safeware Smartcard

3B 9F 94 40 1E 00 67 .. 43 46 49 53 45 10 52 66 FF 81 90 00
	SLE66CX160S running SETCOS 4.3.1

3B 9F 94 80 1F C3 00 68 10 44 05 01 46 49 53 45 31 C8 07 90 00 18
	SetCOS 4.3.0 32K RSA
	Instant EID IP2

3B 9F 95 80 1F C3 80 31 E0 73 FE 21 1B B3 E2 01 74 83 0F 90 00 88
	Gemplus GemXplore 3G USIM

3B 9F 96 80 1F C3 80 31 E0 73 FE 21 1B B3 E2 02 7E 83 0F 90 00 82
	Vodafone SIM Card (D2, 1800Mhz, Germany, Twincard, possibly others too?), manufactured by Gemplus (See stamp on the chip)

3B A7 00 40 .. 80 65 A2 08 .. .. ..
	Gemplus GemSAFE Smart Card (8K)

3B A7 00 40 14 80 65 A2 14 01 01 37
	Gemplus GPK4000sdo

3B A7 00 40 18 80 65 A2 08 01 01 52
	Gemplus GPK8000
	GemSAFE Smart Card (8K)

3B A7 00 40 18 80 65 A2 09 01 01 52
	Gemplus GPK16000

3B A7 00 40 18 80 65 A2 09 01 02 52
	Gemplus GPK16000

3B A7 00 40 18 80 65 A2 09 01 03 52
	Gemplus GemSAFE std (GPK16000?)

3B A8 00 81 71 46 5D 00 54 43 4F 53 31 2E 32 00 65
	Telesec TCOS 1.2

3B A8 00 81 71 46 5D 00 54 43 4F 53 31 2E 32 4B 2E
	CeloCom Card with TCOS 1.2

3B AA 00 40 14 47 47 32 47 54 35 53 34 38 30
	GSM-SIM Libertel (900MHz)

3B AA 00 40 80 53 4F 80 53 45 03 04 11 AA A3
	"open platform" ATMEGA "new Generation"
	http://www.masterixweb-italy.com/new/images/articoli/atmega.jpg

3B AB 00 81 31 40 45 80 31 C0 65 08 06 80 00 00 00 00 84
	Reloadable Visa Cash card (Schlumberger), Bank of America

3B AD 00 40 FF 80 31 80 65 B0 05 01 01 5E 83 00 90 00
	Dallas Semiconductor iButton
	JIB

3B B0 11 00 81 31 90 73 F2
	SamOS 2.7

3B B2 11 00 10 80 00 02
	AT88SC0204C (Atmel memory card)

3B B7 11 00 81 31 90 43 A5 .. .. .. .. .. .. ..
	Siemens CardOS/M V1.4 (SLE44C80S)

3B B7 11 00 81 31 90 53 B5 .. .. .. .. .. .. ..
	CardOS EM/V1.4 (SLE44CR80S)

3B B7 18 00 81 31 FE 65 53 50 4B 32 34 90 00 5A
	Giesecke & Devrient Starcos 2.4

3B B7 94 00 81 31 FE 65 53 50 4B 32 32 90 00 D0
	Giesecke & Devrient STARCOS SPK2.2

3B B7 94 00 81 31 FE 65 53 50 4B 32 33 90 00 D1
	Giesecke & Devrient Starcos 2.3
	Deutsche Bank WebSign (RSA-Card)

3B B9 94 00 40 14 47 47 33 4E 48 38 36 34 30
	GSM-SIM card of the Austrian mobile phone provider One, http://www.one.at
	Proximus SIM - Belgium (SetCOS?)

3B BA 13 00 81 31 86 5D 00 64 05 0A 02 01 31 80 90 00 8B
	Telesec TCOS 2 (SLE44)
	 Cryptokarte with RSA-Controller, T=1 Protocol

3B BA 14 00 81 31 86 5D 00 64 05 14 02 02 31 80 90 00 91
	Telesec TCOS 2 (SLE66)

3B BA 94 00 40 14
	GG3RS732S0 ?

3B BA 94 00 40 14 47 47 33 52 53 37 31 36 53 30
	GSM-SIM Viag Interkom E2 Loop (1800MHz)
	GSM-SIM card of the Austrian A1, http://www.a1.net/privat/home

3B BA 96 00 81 31 86 5D 00 64 05 60 02 03 31 80 90 00 66
	Telesec TCOS 2 (SLE66P)

3B BC 94 00 40 14 47 47 33 48 33 35 58 53 32 30 30 30
	GSM-SIM Era-PL
	T-Mobile GSM SIM Card

3B BC 94 00 40 14 47 47 33 48 33 35 58 56 32 30 30 30
	GSM SIM CARD 32K, Vodafone

3B BE 11 00 00 41 01 38 00 00 00 00 00 00 00 00 01 90 00
	ACS (Advanced Card System) ACOS-1

3B BE 11 00 00 41 01 38 00 00 00 00 00 00 00 00 02 90 00
	ACS (Advanced Card System) ACOS-1 8K

3B BE 11 00 00 41 01 38 01 00 03 00 00 00 00 00 02 90 00
	ACOS2 test card from ACS reading off a ACR38U

3B BF 11 00 81 31 FE 45 45 50 41 00 00 00 00 21 00 93 42 00 00 00 00 01
	Austrian BankCard (Old Version - ca. 2004)

3B BF 11 00 81 31 FE 45 45 50 41 00 00 00 00 26 24 68 30 00 00 00 00 AB
	Austrian BankCard  (Maestro + Quick) (New Version, since 02/2005,
	with Digital-Signature etc.)

3B BF 11 00 81 31 .. 45 45 50 41 00 00 00 00 .. .. .. .. 00 00 .. .. ..
	Austrian Quick E-purse

3B BD 18 00 81 31 FE 45 80 51 02 67 04 14 B1 01 01 02 00 81 05 3D
	Austrian "e-Card" (=Health Card), BRANDNEW (since 06/2005)
	special Version of Starcos 3.1

3B BF 11 00 C0 10 31 FE 44 53 4D 40 52 54 20 43 41 46 45 20 31 2E 31 43 C1
	Giesecke&Devrient SmartCafe 1.1

3B BF 18 00 80 31 70 35 53 54 41 52 43 4F 53 20 53 32 31 20 43 90 00 9B
	Giesecke & Devrient STARCOS S2.1

3B BF 18 00 81 31 70 55 53 54 41 52 43 4F 53 20 53 32 31 20 43 90 00 FA
	Giesecke & Devrient STARCOS S2.1

3B BF 18 00 C0 20 31 70 52 53 54 41 52 43 4F 53 20 53 32 31 20 43 90 00 9C
	Giesecke & Devrient SPK 2.1 C

3B BF 94 00 81 31 FE 65 45 4C 55 20 41 75 73 74 72 69 61 20 31 2E 32 38
	A-Trust: trust-sign (Old Version, ca. 2002) for Digital Signature etc.
	A-Trust: a-sign-premium (ca. 2004) "Bürgerkarte" ("Citizen-Card")
	for Identifikation, Digital Signature etc.
	("should be" Starcos 2.3)

3B BF 94 00 81 31 FE 65 45 4C 55 20 41 75 73 74 72 69 61 20 31 2E 32 38

3B D0 A8 FF 81 F1 FB 24 00 1F C3 F4
	Philips DESFire SAM

3B D6 18 00 81 B1 80 7D 1F 03 80 51 00 61 10 30 8F
	ASECard Crypto, http://www.athena-scs.com/product.asp?pid=8

3B DB 11 FF 50 00 FF 00 00 00 00 00 00 00 07 92 16 03
	NEC V-WAY64 v2.1

3B E0 00 00 81 31 20 40 30
	SmarTEC

3B E2 00 00 40 20 49 ..
	Schlumberger Cryptoflex 4k

3B E2 00 00 40 20 49 05
	Schlumberger Cryptoflex DES

3B E2 00 00 40 20 49 06
	Schlumberger Cryptoflex

3B E2 00 00 40 20 49 07
	Schlumberger Cryptoflex Key Generation

3B E2 00 FF C1 10 31 FE 55 C8 02 9C
	Aladdin eToken PRO (USB token)
	Siemens CardOS M4.0

3B E3 00 FF 91 81 71 26 44 00 01 13 20 2D
	Metrebus Card
	(used in Rome to store personal information and Atac subscription.
	Atac is the public transport company of the city of Rome.)
	http://www.atac.roma.it/smart/smart.asp?A=2&S=22&PR=4&LNG=2

3B E6 00 FF 81 31 FE 45 4A 43 4F 50 30 33 07
	IBM JCOP 30/16

3B E6 00 FF 81 31 FE 45 4A 43 4F 50 31 30 05
	IBM JCOP 10/16

3B E6 00 FF 81 31 FE 45 4A 43 4F 50 32 30 06
	IBM JCOP 20/16
	or Datakey Smart Card Model 330J
	(http://www.datakey.com/products/smart_cards/products_sc_330j.shtml)

3B E6 00 FF 81 31 FE 45 4A 43 4F 50 32 31 07
	IBM JCOP ID21

3B E6 00 FF 81 31 FE 45 4A 43 4F 50 33 30 07
	Mifare ProX T=1

3B E6 00 FF 81 31 FE 45 4A 43 4F 50 33 31 06
	IBM JCOP 30/31bio (contact interface)

3B E9 00 00 81 31 FE 45 4A 43 4F 50 34 31 56 32 32 A7
	IBM JCOP v2.2 41

3B E9 00 FF C1 10 31 FE 55 C8 01 20 50 4E 34 30 31 32 AD
	Siemens CardOS/M 3.0 (SLE66CX160S)

3B EA 00 FF 81 31 20 75 00 64 05 14 01 02 31 00 90 00 27
	GCOS-MDK

3B EA 00 FF 81 31 FE 45 54 55 42 2D 43 4B 01 03 01 00 7B
	Technische Universität Berlin - Campus Karte
	Maybe Sm at rtCafé Expert 2.0 (Giesecke & Devrient)
	or GemXpresso 211 PK (Gemplus)
	Includes a Mifare-Chip (1 KB - Memory-Chip)

3B EB 00 00 81 31 42 45 4E 4C 43 68 53 43 4B 30 34 30 31 2B
	Dutch University accesscard & Electronic purse & telphone card

3B EB 00 00 81 31 42 45 4E 4C 43 68 69 70 70 65 72 30 31 0A
	Dutch Post (Chipper)

3B EC 00 FF 81 31 FE 45 A0 00 00 00 56 33 33 30 4A 33 06 00 A1
	Datakey model 330J card, www.datakey.com
	http://www.hmk.de/downloads/datakey/Model_330J_Smart_Card.pdf
	Model 330J JavaCard v2.1.1
	Global Platform v2.0.1 specifications.
	JCCOS operating system applet (Java-based Cryptographic Card
	Operating System)

3B EF 00 00 40 14 80 25 43 45 52 45 53 57 01 16 01 01 03 90 00
	Electronic Identification Card from the FNMT, the Spanish Official
	Certification Authority

3B EF 00 FF 81 31 20 45 42 61 73 69 63 43 61 72 64 20 5A 43 32 2E 33 BD
	ZeitControl BasicCard Enhanced 2.3

3B EF 00 FF 81 31 20 45 42 61 73 69 63 43 61 72 64 20 5A 43 33 2E 33 BC
	Electronic Purse (Elton Senegal)

3B EF 00 FF 81 31 20 75 42 61 73 69 63 43 61 72 64 20 5A 43 33 2E 33 8C
	ZeitControl BasicCard Enhanced 3.3

3B EF 00 FF 81 31 20 75 42 61 73 69 63 43 61 72 64 20 5A 43 33 2E 37 88
	ZeitControl BasicCard Enhanced 3.7

3B EF 00 FF 81 31 20 75 42 61 73 69 63 43 61 72 64 20 5A 43 33 2E 39 86
	ZeitControl BasicCard Enhanced 3.9

3B EF 00 FF 81 31 42 45 .* 38
	UNI-Card

3B EF 00 FF 81 31 50 45 42 61 73 69 63 43 61 72 64 20 5A 43 31 2E 31 CC
	ZeitControl BasicCard Compact 1.1

3B EF 00 FF 81 31 50 45 65 63 .. .. .. .. .. .. .. .. .. .. .. .. .. ..
	GeldKarte v2 (Germany)

3B EF 00 FF 81 31 50 45 65 63 00 00 00 00 00 00 00 00 00 00 00 00 00 00
	Geldkarte v2

3B EF 00 FF 81 31 52 45 4D 46 43 20 49 42 4D 20 34 30 48 39 36 30 31 FB
	IBM MFC 3.5 file system smart card
	(Card from the book "Smart Card Application Development Using Java")

3B EF 00 FF 81 31 60 45 65 63 04 02 11 00 00 00 00 00 A5 32 A5 01 11 B6
	GledKarte
	Siemens M3-Module with a Motorola SC-28.
	G&D (Giesecke&Devrient) Geldkarten-OS mit der Version 11

3B EF 00 FF 81 31 60 45 65 63 06 03 14 02 50 00 06 51 08 11 5E 01 41 90
	Geldkarte from Deutsche Bank, Thomson-Chip

3B EF 00 FF 81 31 66 45 49 42 4D 20 4D 46 43 34 30 30 32 30 38 33 31 A1
	IBM MFC 4.1 file system smart card
	Card from the book "Smart Card Application Development Using Java"
	authors: Uwe Hansmann, Martin. S. Nicklous, Thomas Schäck, Achim Schneider, Frank Seliger

3B EF 00 FF 81 31 66 45 65 63 20 20 49 42 4D 20 33 2E 31 20 20 20 20
	IBM eCash

3B EF 00 FF 81 31 66 45 65 63 20 20 49 42 4D 20 33 2E 31 20 20 20 20 CF
	IBM eCash

3B EF 00 FF 81 31 86 45 49 42 4D 20 4D 46 43 34 30 30 30 30 38 33 31 43
	ComCard MFC 4.1

3B EF 00 FF 81 31 FE 45 65 63 11 04 01 02 80 00 0F 27 40 00 03 01 00 E1
	Postbank Geldkarte

3B EF 00 FF 81 31 FE 45 65 63 11 04 01 02 80 00 0F 46 20 04 23 01 00 C4
	Postbank ec/Maestro (Germany)

3B EF 00 FF 81 31 FE 45 80 31 C0 6B 49 42 4D 20 4A 65 74 5A 20 4D 32 39
	UBS Internet Card (IBM JetZ M2)

3B F2 98 00 FF C1 10 31 FE 55 C8 03 15
	Siemens CardOS M 4.01 (SLE66CX320P)

3B F2 18 00 02 C1 0A 31 FE 58 C8 08 74
	Siemens CardOS V4.3B

3B F2 18 00 02 C1 0A 31 FE 55 C8 07 76
	Siemens CardOS V4.3

3B F2 18 00 02 C1 0A 31 FE 58 C8 09 75
	 Siemens CardOS V4.2B

3B F2 18 00 FF C1 0A 31 FE 55 C8 06 8A
	Siemens CardOS M 4.2 (SLE66CX642P)

3B F2 98 00 FF C1 10 31 FE 55 C8 04 12
	CardOS M4.01a (SLE66CX322P)

3B F5 91 00 FF 91 81 71 FE 40 00 41 08 00 00 00 0D
	Contactless Mifare

3B F5 91 00 FF 91 81 71 FE 40 00 41 88 00 00 00 8D
	Contactless Mifare 1k or 4k

3B F6 18 00 FF 81 31 FE 45 4A 43 4F 50 32 30 0E
	IBM JCOP20

3B F6 18 00 FF 81 31 FE 45 4A 43 4F 50 33 31 0E
	IBM JCOP BIO31

3B FA 11 00 02 40 60 43 C6 02 F8 03 03 00 00 90 00
	DeLaRue DX(?)

3B FA 13 00 FF 81 31 80 45 00 31 C1 73 C0 01 00 00 90 00 B1
	OpenPGP

3B FA 94 00 00 81 31 20 43 80 65 A2 01 01 01 3D 72 D6 43 21
	GemXpresso Pro R3 32PK (MPCOS, T=1)

3B FB 13 00 FF 81 31 80 75 5A 43 36 2E 35 20 52 45 56 20 43 64
	ZeitControl BasicCard 6.5, multiapplication with 30 kByte EEPROM

3B FB 13 00 FF 81 31 80 75 5A 43 35 2E 35 20 52 45 56 20 47 63
	ZeitControl BasicCard 5.5

3B FB 13 00 FF C0 80 31 80 75 5A 43 35 2E 34 20 52 45 56 20 41 A5
	ZeitControl BasicCard Professional 5.4 Revision A

3B FB 98 00 FF C1 10 31 FE 55 00 64 05 20 47 03 31 80 00 90 00 F3
	Gemplus GemGate 32K
	distributed by Postecert (www.postecert.it) to legally sign documents

3B FC 98 00 FF C1 10 31 FE 55 C8 03 49 6E 66 6F 63 61 6D 65 72 65 28
	New Card Infocamere (Italy) series 1402...
	 http://www.card.infocamere.it/
	 Siemens Informatica - Siemens M4.01a
	 chip Infineon SLE66CX322P (CC EAL5)
	 Memory EEPROM: 32KB
	 Operating system CARDOS
	 Max numero dei tentativi PIN: 3
	 Pin: da 5 a 8 digit
	 Unblocked by tool CARDOS API 2.2

3B FD 18 00 00 80 31 FE 45 00 31 80 71 8E 64 52 D9 04 00 81 90 00 5B
	Oberthur Card Systems, authentIC

3B FD 94 00 00 81 31 60 65 80 31 C0 69 4D 54 43 4F 53 73 01 01 11 E0
	MTCOS Light, http://www.masktech.de/products/mtcoslight/index.html

3B FE 94 00 FF 80 B1 FA 45 1F 03 45 73 74 45 49 44 20 76 65 72 20 31 2E 30 43
	ESTEID Estonian Identity Card (EstEID cold)

3B FF 11 00 00 81 31 FE 4D 80 25 A0 00 00 00 56 57 44 4B 33 33 30 06 00 D0
	Datakey 32K PKI Smart Card Model 330
	(http://www.datakey.com/products/smart_cards/products_sc_330.shtml)

3B FF 11 00 00 81 71 40 42 00 00 21 01 31 42 52 00 0[0,5] 63 .. .. .. .. 90 00.*
	Smart Card "The Smart Way to Login"
	Used on Acer TravelMate to secure boot

3B FF 11 00 02 40 64 80 69 A2 07 01 03 57 00 00 FF 00 83 00 90 00
	Gemplus GemXpresso

3B FF 13 00 FF 81 31 FE 45 65 63 11 04 50 02 80 00 08 54 00 04 23 05 02 A5
	Maestrocard/Geldkarte (Stadtsparkasse Haltern, Germany)

3B FF 13 00 FF 81 31 FE 5D 80 25 A0 00 00 00 56 57 44 4B 33 32 30 05 00 3F
	Datakey DCOS model 320

3B FF 18 00 FF 81 31 3C 45 65 63 0D 02 31 02 50 00 10 90 00 26 00 04 10 09
	Maestrocard/Geldkarte (Postbank, Germany)

3B FF 18 00 FF 81 31 3C 45 65 63 0D 02 31 02 50 00 10 90 01 55 00 04 10 7B
	Volksbank VR-BankCard (GeldKarte)

3B FF 18 00 FF 81 31 3C 45 65 63 0D 02 31 02 50 00 10 90 07 88 00 04 10 A0
	HBCI-Karte (Berliner Sparkasse, Germany)

3B FF 18 00 FF 81 31 3C 45 65 63 0D 02 31 02 50 00 10 90 05 29 00 04 10 03
	Geldkarte/HBCI(DDV-1) (Stadtsparkasse Vorpommern, Germany)

3B FF 18 00 FF 81 31 3C 45 65 63 0D 02 31 02 50 00 10 90 14 06 00 04 10 3D
	Geldkarte/HBCI(DDV-1) (Staedtische Sparkasse Offenbach, Germany)

3B FF 18 00 FF 81 31 3C 45 65 63 0D 02 31 02 80 00 12 24 30 00 20 04 10 59
	Geldkarte (Germany)

3B FF 18 00 FF 81 31 50 45 65 63 .. .. .. .. .. .. .. .. .. .. .. .. .. ..
	GeldKarte v3 (Germany)

3B FF 18 00 FF 81 31 FE 45 65 63 0D 04 50 02 80 00 08 90 09 70 00 05 00 2A
	Landesbank baden-Württemberg Geldkarte

3B FF 18 00 FF 81 31 FE 45 65 63 11 06 40 02 50 00 10 05 50 03 10 05 00 43
	HBCI-Karte (Bordesholmer Sparkasse, Germany)

3B FF 18 00 FF 81 31 FE 45 65 63 11 06 40 02 50 00 10 27 80 03 25 05 00 84
	Volksbank VR-BankCard (GeldKarte)

3B FF 94 00 FF 80 B1 FE 45 1F 03 00 68 D2 76 00 00 28 FF 05 1E 31 80 00 90 00 23
	D-Trust Signature Card (www.d-trust.net):
	- Citizencard of the People of Ulm in Germany (Bürgerkarte)
	- Qualified Electronic Signature Card (Qualifizierte Signaturkarte)

3B FF 95 00 FF 40 0A 80 31 00 73 1A 21 13 57 4A 50 48 60 31 41 47
	Vodafone 64 KB SIM with Javacard

3B FF 95 00 FF 40 0A 80 31 E8 73 F6 21 13 67 4A 47 48 60 31 42 00
	Giesecke & Devrient STARSIM

3F 05 DC 20 FC 00 01
	DigiCash Facility Card

3F 28 00 00 11 14 00 03 68 90 00
	SIMEMU - a DIY GSM SIM card - http://simemu.cjb.net/

3F 2D 00 27 A0 51 82 7D 00 00 00 52 00 0C 90 00
	Porta Moedas Multibanco (Portugeese electronic purse)

3F 2F 00 80 59 AF 02 01 01 30 00 00 0A 0E 83 06 9F 12
	Gemplus GemXplore

3F 2F 00 80 69 AE 02 02 01 36 00 00 0A 0E 83 3E 9F 16
	GSM-SIM e-plus (1800MHz)

3F 2F 00 80 69 AF 02 04 01 36 00 02 0A 0E 83 3E 9F 16
	GSM-SIM D2 CallYa (900MHz)

3F 2F 00 80 69 AF 03 07 03 52 00 00 0A 0E 83 3E 9F 16
	GemXplore 98 V1 16K

3F 2F 00 80 69 AF 03 07 03 52 00 0D 0A 0E 83 3E 9F 16
	GSM-SIM Debitel D2 (900MHz)

3F 2F 00 80 69 AF 03 07 03 5A 00 15 0A 0E 83 3E 9F 16
	Virgin Mobile SIM (Gemplus)

3F 67 25 00 21 20 00 0F 78 90 00
	Bank Nederlandse Gemeenten, BNG Data Services

3F 65 25 .. .. 04 6C 90 .0
	Carte Bancaire (french banking card)

3F 65 25 00 2[2,C] 09 [F,6]9 90 00
	Sesam Vitale (french health card)

3F 65 25 00 2B 09 62 90 00
	Coinamatic SmartyCity smartcard

3F 65 25 00 2B 09 EB 90 00
	Bull Scot 5

3F 65 25 00 52 09 6A 90 00
	French carte Vitale

3F 65 25 08 22 04 68 90 00
	France Telecom card (ex Pastel card)

3F 65 25 08 33 04 20 90 00
	D-Trust card

3F 65 35 64 02 04 6C 90 40
	Postcard (Switzerland)

3F 67 25 00 26 14 00 20 68 90 00
	Pay-TV card from Casema Cable Television, Netherland

3F 67 25 00 2A 20 00 0F 68 90 00
	Carte Grand Voyageur (SNCF : french train company)

3F 67 25 00 2A 20 00 40 68 9F 00
	Swiss Cash card

3F 67 25 00 2A 20 00 4[0,1] 68 90 00
	Dutch ChipKnip, Proton
	(chip Bull CC 60 V1, Bull CC 60 V2 or Bull CC 1000)

3F 67 25 04 21 20 00 07 68 90 00
	Philips TB100 (C-MOS chip)

3F 67 2F 04 11 20 00 00 68 90 00
	BULL HN ITALIA 06/92 - 100.000 - 64MP
	La Sapienza - Universita' di Roma

3F 69 00 00 24 AF 01 70 01 01 FF 90 00
	French GSM SIM card (900MHz)

3F 6C 00 00 24 A0 30 00 FF 00 00 01 00 04 90 00
	Gemplus MCOS 16K DES Sample Card

3F 6C 00 00 25 A0 30 89 76 00 00 04 01 0C 90 00
	MCOS 24k EEPROM

3F 6D 00 00 80 31 80 65 B0 05 01 02 5E 83 00 90 00
	Gemplus GemXpresso 211PK or 211PK-IS

3F 77 18 25 00 29 14 00 62 68 90 00
	Viaccess card

3F 78 12 25 01 40 B0 03 4A 50 20 48 55
	DSS/DTV H

3F 7E 11 25 05 40 B0 08 00 00 4D 59 00 00 00 53 4B 0B 07
	BSkyB Series 11 (DSS satellite TV card)

3F 7F 13 25 03 38 B0 04 FF FF 4A 50 00 00 29 48 55 .. .. ..
	DSS/DTV HU

3F 78 13 25 03 40 B0 20 FF FF 4A 50 00
	DSS/DTV P4

3F FF 95 00 FF 91 81 71 A0 47 00 44 4E 41 53 50 30 31 30 20 52 65 76 41 32 30 48
	DSS/DISH ROM10

3F FF 95 00 FF 91 81 71 A0 47 00 44 4E 41 53 50 30 31 30 20 52 65 76 41 32 31 49
	PayTV card for DishNetwork Sat receiver http://www.dishnetwork.com/

3F FF 95 00 FF 91 81 71 A0 47 00 44 4E 41 53 50 30 31 31 20 52 65 76 42
	NTL digial TV card (Nagravision)

3F FF 95 00 FF 91 81 71 A0 47 00 44 4E 41 53 50 30 31 31 20 52 65 76 42 30 36 4E
	Telewest Broadband (Nagravision)

# do not delete


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/pcsc-tools/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	13 Dec 2005 20:44:52 -0000	1.1
+++ .cvsignore	13 Dec 2005 20:45:49 -0000	1.2
@@ -0,0 +1 @@
+pcsc-tools-1.4.1.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/pcsc-tools/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	13 Dec 2005 20:44:52 -0000	1.1
+++ sources	13 Dec 2005 20:45:49 -0000	1.2
@@ -0,0 +1 @@
+517cb2a5e6d3170f408cc7550223ed89  pcsc-tools-1.4.1.tar.gz




More information about the scm-commits mailing list