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. 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 16 3

  2. 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 1

  3. SecurityHelperBundle Public

    Security Helper Bundle is a Symfony 7.x bundle that simplifies the implementation of AAA (authentication, authorization and audit) of a web application. It is a layer on top of the core Symfony Sec…

    PHP

  4. SymfonyConfigOOP Public

    Symfony Config OOP is a helper library for Symfony 6.x/7.x that simplifies the implementation of custom configurations for applications/bundles by using classes (that's OOP!) to both define and par…

    PHP 1

  5. A simple Linux shell script to get t...
    1
    #!/bin/sh
    2
    
                  
    3
    if [ -z $(which openssl) ]; then
    4
            echo "Error: OpenSSL is not installed" >&2
    5
            exit 1