I´m trying to access the Information on a Mifare Smartcard(iso14443A) over a Omnikey 5321 CL reader. I tried to use the smartcard lib, but it uses an other iso standard. For accessing the Card I have to set a Application ID ( 3x hex), a key (32 int), keyid (hex).
Access a SmartCard iso14443A with Node.js
674 Views Asked by Troy At
2
There are 2 best solutions below
0
VincentBester
On
I am busy with similar process, however after searching I found this example:
EDIT
In fact I actually got this one working
It returns the following:
ACS ACR122 0 card detected {
atr: <Buffer 3b 8f 80 01 80 4f 0c a0 00 00 03 06 03 00 01 00 00 00 00 6a>,
standard: 'TAG_ISO_14443_3',
type: 'TAG_ISO_14443_3',
uid: '767aec7e'
}
Related Questions in NODE.JS
- Using Puppeteer to scrape a public API only when the data changes
- How to request administrator rights?
- How do I link two models in mongoose?
- Variable inside a Variable, not updating
- Unable to Post Form Data to MongoDB because of picturepath
- Connection terminated unexpectedly while performing multi row insert using pg-promise
- Processing multiple forms in nodejs and postgresql
- Node.js Server + Socket.IO + Android Mobile Applicatoin XHR Polling Error...?
- How to change the Font Weight of a SelectValue component in React when a SelectItem is selected?
- My unban and ban commands arent showing when i put the slash
- how to make read only file/directory in Mac writable
- How can I outsource worker processes within a for loop?
- Get remote MKV file metadata using nodejs
- Adding google-profanity-words to web page
- Products aren't displayed after fetching data from mysql db (node.js & express)
Related Questions in NPM
- How to use yarn's portal protocol?
- I have hundreds of dependencies on my package.json file which I didn't install (npm and using Warp)
- I am getting lots of errors when building react native app in Xcode
- How to fix npm errors without writing sudo in macOS?
- Why docker-compose volume binding didn't work during the build? Should I always COPY necessary for build files?
- How can I export a function within a React functional component to build a library?
- NPM Command Line Tool - Command not working
- Are there any known issues with NPM or Node.js when creating a new app?
- npm install has failed i got "ECONNRESET" error
- How to use mocha unit test chokidar watch events
- Call function of JS object of a module from different module
- Which is the best NPM JS library to use for a English dictionary lookup?
- npm ERR! command sh -c node install.mjs
- Module not found: Error: Can't resolve 'child_process' in 'react-cerbos-demo/node_modules/cerbos'
- unable to install npm package from github
Related Questions in SMARTCARD
- Authentication with SmartCard sending a SOAPUI request
- How can I read these P1 and P2 parameters in smartcard reference data?
- Sign a pdf document using signature from USB token in python
- Is it possible Java Card supports NIO,like event-driven, reactor
- How to encode or write information into MIFARE DESFIRe ev2 that would act as id card with microtransaction functionality
- Issue with Secure Messaging in Android HCE App - Invalid Class (SW 6E00) during AID Selection
- Secure Channel Protocol 01 and 03 in Win32API DLL
- Change key of Desfire Card application
- STORE DATA APDU for PPSE info
- How to properly parametrize a SECP256K1 curve using the SE051 IoT SDK?
- C# http request mtls external private key
- Can't install .cap file on NXP P71D321
- nfcpy reading public information from contactless credit card with APDU commands
- How To Modify PKCS11 Object Value Attribute
- Yubikey 5: is it similar enough to smart cards for testing authentication?
Related Questions in MIFARE
- read files on MIFARE DESFire EV2 NFC card with transceive and react-native-nfc-manager
- Android app on Samsung incorrectly reads MiFare card via NFC
- Can't read payload from ndef
- How to encode or write information into MIFARE DESFIRe ev2 that would act as id card with microtransaction functionality
- Using TapLinx SDK for Java, NOT Android, for reading MIFARE DESFire contactless smart cards
- How to read Mifare Cards with Different Keys?
- Problems with authentication and read/write to "MIFARE Plus S" cards using WinSCard library and ACR1283L device in C++
- Send a custom NFC APDU command to a HCE device with PN532 python
- Error: System.Windows.Markup.XamlParseException
- How to write and read int value in ultralight NTAG
- Reading/Writing the raw data of the MIFARE DESFire EV2 cards connected from ACR1252U
- Reading data from Mifare Ultralight NFC Tag
- Write to NXP NTAG215 protected
- Where are the NFC PC/SC commands documented?
- How can I read data from other sectors in the ACR122U Mifare?
Related Questions in OMNIKEY
- I want to get the omnikey readear running status
- Enable ISO/IEC 14443 Type A in omnikey 5422
- Writing data to a mifare desfire card
- HID Omnikey 5427 CK not working in KBW mode
- Access a SmartCard iso14443A with Node.js
- C# dotnet core PCSC and the OMNIKEY 3121
- Lock Pages APDU Command OK5X21
- Omnikey 5X21 APDU write command for ultralight C
- Send APDU command for ultralight C authentication
- Reading PACS (raw Wiegand) data with Omnikey 5022
- How to get access to Omnikey 3121 smart card reader
- How can I send APDU command using C++?
- How can I read a data from OMNIKEY 3121 smart card device?
- Omnikey 5421 generic card command interface not working for Mifare plus SL1
- omnikey 3121 dynamic emv card reader and writer for windows
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular # Hahtags
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
You can still use smartcard lib, but you have to configure the reader to use the MIFARE mode instead of the T-CL variant of 14443 protocol.
If I remember corectly, the Omnikey workbench provides a graphical configuration tool for that purpose.
I strongly recommend to study Omnikey contactless smart card readers developer guide, especially the section MIFARE emulation mode, for serious work.
(I have no idea, what a one byte Application ID means in Mifare context, and what value 3x is supposed to represent.)