Skip to content
View mbenedettini's full-sized avatar

Organizations

@cuatrogc

Block or report mbenedettini

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. loopback-ds-user-mixin loopback-ds-user-mixin Public

    A mixin to automatically generate createdBy and updatedBy attributes for loopback Models

    JavaScript 8 3

  2. natural-cycles-challenge natural-cycles-challenge Public archive

    Natural Cycles Challenge

    JavaScript 1

  3. Python implementation of Mifare AES-... Python implementation of Mifare AES-128 simmetric key diversification, as described in document AN10922
    1
    from Crypto.Cipher import AES
    2
    from bitstring import BitArray, Bits
    3
    
                  
    4
    (key, m) = (BitArray(hex='00112233445566778899AABBCCDDEEFF'), BitArray(hex='00000000000000000000000000000000'))
    5
    const_rb = BitArray(hex='00000000000000000000000000000087')