Skip to content
View AdSegura's full-sized avatar
Block or Report

Block or report AdSegura

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

  1. crypto-busboy crypto-busboy Public

    nodejs busboy upload with encryption option and file extensions limits

    JavaScript 2

  2. crypto-parser-express crypto-parser-express Public

    ExpressJS Response Cookie override to add crypto cookie and cookie-parser module replacement

    JavaScript 1 1

  3. node-laravel-encryptor node-laravel-encryptor Public

    node version Laravel Encrypter Class

    JavaScript 6

  4. dotenv-plus-options dotenv-plus-options Public

    Config module to read .env config files and constructor options mixing in config.options

    JavaScript 1

  5. laravel-echo-server laravel-echo-server Public

    Forked from tlaverdure/laravel-echo-server

    Socket.io server for Laravel Echo

    TypeScript 1

  6. Nodejs workers as writeable stream Nodejs workers as writeable stream
    1
    'use strict';
    2
    /**
    3
     * Nodejs Stream Workers example
    4
     *  will cipher and return deciphered file.txt to console output
    5
     *  using a worker as a writeable stream.