Go to advanced search

by ronie1988
Mon Jan 21, 2019 6:30 am
Forum: General discussion
Topic: MFRC522 RFID related help
Replies: 6
Views: 499

Re: MFRC522 RFID related help

If you start with the program Dump.py which purpose is to read the contents of a Mifare1K card you will see that is uses this function: https://github.com/mxgxw/MFRC522-python/blob/master/MFRC522.py#L392 This function assumes that Key A is the "read" key so it authenticates with that before calling...
by ronie1988
Sun Jan 20, 2019 6:44 pm
Forum: General discussion
Topic: MFRC522 RFID related help
Replies: 6
Views: 499

Re: MFRC522 RFID related help

topguy wrote:
Sun Jan 20, 2019 3:37 pm
I have used basic libraries available on Github.
Can you at least point to the code you are using ? Right now I dont even know what programming language you use.
Here it is. I am using python

https://github.com/mxgxw/MFRC522-python
by ronie1988
Sat Jan 19, 2019 6:55 am
Forum: General discussion
Topic: MFRC522 RFID related help
Replies: 6
Views: 499

Re: MFRC522 RFID related help

As you stated """But if you need to securely program the readers with the key so that the software never needs the keys during operation then you have to do it the other way. ( But Mifare security is completely broken. so any attempt to seriously protect the CRYPTO1 A/B keys are more or less futile ...
by ronie1988
Sat Jan 19, 2019 6:49 am
Forum: General discussion
Topic: MFRC522 RFID interfaceing query
Replies: 1
Views: 157

MFRC522 RFID interfaceing query

I have successfully connected MFRC522 based card reader to RPi and now I want to decrypt each individual sector of a 4kb card with individual sector keys. Does anyone has good example codes/links for how can it be done? My work is mainly on the basic study of RFID using Raspberry Pi. The keys may ei...
by ronie1988
Fri Jan 18, 2019 11:11 am
Forum: General discussion
Topic: MFRC522 RFID related help
Replies: 6
Views: 499

MFRC522 RFID related help

Hello all, I am working on MFRC522 RFID and I have connected a reader via SPI port to the Rpi board. I am able to do basic UID reading. But I am working on a college project where I need to put the sector keys in MFRC522 reader breakout board chip(RC522) / or decode each data sectors with individual...
by ronie1988
Sun Dec 16, 2018 3:20 pm
Forum: General discussion
Topic: USB SIM card Reader as Smart Card reader ???
Replies: 7
Views: 1740

Re: USB SIM card Reader as Smart Card reader ???

That blog link looks like a decent guide. Are you able to follow it down to and including the "pcsc_scan" step ? Waiting for card. No output.... Later I found the same card reader had counterfeit PL2303 chip. I am thinking of making a hardware with original PL2303 breakout board , 3.57MHz clock gen...
by ronie1988
Sun Dec 16, 2018 8:11 am
Forum: General discussion
Topic: USB SIM card Reader as Smart Card reader ???
Replies: 7
Views: 1740

Re: USB SIM card Reader as Smart Card reader ???

The question is what is on the other side of the PL2303, what kind of documentation do you have ? If its using serial port then it is not USB-CCID compatible, byt it might still use some know protocol, but you have to figure out which by reading the documentation I guess. Hi, I am new to this....so...
by ronie1988
Sat Dec 15, 2018 5:08 pm
Forum: General discussion
Topic: USB SIM card Reader as Smart Card reader ???
Replies: 7
Views: 1740

Re: USB SIM card Reader as Smart Card reader ???

Most likely yes.. a SIM card is just a Smartcard after all. You need a reader compatible with CCID, then installing "pcscd" should add the necessary "drivers"/libraries. Python for PCSC https://pyscard.sourceforge.io/ So I finally received it, installed driver , yet the setup is not being detected ...
by ronie1988
Wed Dec 12, 2018 9:34 am
Forum: General discussion
Topic: USB SIM card Reader as Smart Card reader ???
Replies: 7
Views: 1740

Re: USB SIM card Reader as Smart Card reader ???

Thanks. Waiting for USB reader to be delivered. Will do as suggested.
by ronie1988
Tue Dec 11, 2018 6:34 pm
Forum: General discussion
Topic: USB SIM card Reader as Smart Card reader ???
Replies: 7
Views: 1740

USB SIM card Reader as Smart Card reader ???

Can a generic USB SIM card reader be used as Smart Card reader ? Where can I find drivers and python libraries for the same ?
I wish to use USB port if the RPi for the same. Please guide.
by ronie1988
Sat Dec 08, 2018 7:39 am
Forum: Troubleshooting
Topic: Momentarily 3.3V pin shorted to ground, Pi 3B+ won't boot up
Replies: 11
Views: 1995

Momentarily 3.3V pin shorted to ground, Pi 3B+ won't boot up

:cry: I accidentally shorted Raspberry pi 3B+ , 3.3V pin 1 to ground. Now the MXL7704 regulator's pin 25 or 3.3V pin seems internally shorted to ground. Is there any fix, how to reset the power management chip....or is my Pi fried ?

Go to advanced search