Skip to content
View MLukman's full-sized avatar

Block or report MLukman

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. DoctrineHelperBundle DoctrineHelperBundle Public

    Doctrine Helper Bundle is a Symfony 6.x bundle that provides a few functionalities that simplify the development of request handling logics that involve interacting with data going to and coming ou…

    PHP

  2. Keycloak-PII-Data-Encryption-Provider Keycloak-PII-Data-Encryption-Provider Public

    A Keycloak provider that enables encryption of user attributes that contain PII data to be automatically encrypted upon storing to database and then decrypted upon loading from database

    Java 5

  3. Renogen3 Renogen3 Public

    Renogen that has been ported from Silex to Symfony 5

    CSS 1

  4. GitSync GitSync Public

    PHP 1

  5. A simple Linux shell script to get t... A simple Linux shell script to get the SHA256 hash of the public key of SSL certificate of an online server (most commonly to implement SSL pinning)
    1
    #!/bin/sh
    2
    
                  
    3
    if [ -z $(which openssl) ]; then
    4
            echo "Error: OpenSSL is not installed" >&2
    5
            exit 1