Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

commit of the following stuff #55

Open
wants to merge 6 commits into
base: python3
Choose a base branch
from

Conversation

evilpete
Copy link

@evilpete evilpete commented Oct 27, 2024

readmifare1k.py can now optionally generate Json output data
have test case 1/2 written to validating readmifare1k.py output
reading mfc1k with data from Test_data/Mf1k_4b_test.nfc

move some staticmethods to classmethod

Use RFIDIOtconfig.None for Run_Test.py

Fixed setup problem:
Cryptodome installed under the Crypto package name
but not when installed using linux pkg python3-pycryptodome ?!?

Psyco reference removed..
Psyco is no longer maintained and is considered obsolete.
nor ever ported to Python 3 or non Intel architectures

BitReverse uopdated +Test

    readmifare1k.py can now optionally generate Json output data
    have test case 1/2 written to validating readmifare1k.py output
    reading mfc1k with data from Test_data/Mf1k_4b_test.nfc

    move some staticmethids to @classmethod

    Use RFIDIOtconfig.None for Run_Test.py

    Cryptodome installed under the Crypto package name
    but not when installed using linux pkg python3-pycryptodome ?!?

    Psyco referance removed..
    Psyco is no longer maintained and is considered obsolete.
    nor ever ported to Python 3 or non Intel architectures

    BitReverse +Test
    updated crc funtions to use bytearrays
    added tests for crc funtions

    phasing out "keytype" 'FF'
    Minor fix ReadablePrint()

    readmifaresimple.py: recoded into main funtion format, arg parsing needs we designing

    Corrected card test images

    readmifare1k.py can now optionally generate Json output data
    have test case 1/2 written to validating readmifare1k.py output
    reading mfc1k with data from Test_data/Mf1k_4b_test.nfc

    move some staticmethids to classmedthod

    Use RFIDIOtconfig.None for Run_Test.py

    Cryptodome installed under the Crypto package name
    but not when installed using linux pkg python3-pycryptodome ?!?

    Psyco pkg is no longer maintained and is considered obsolete.
    nor ever ported to Python 3 or non Intel architectures

    BitReverse +Test
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant