Skip to content
View gabikat's full-sized avatar

Block or report gabikat

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 250 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. NodeProject NodeProject Public

    Simple backend node.js API project with express.js and MongoDB with mongoose. The program defines model schemas, controllers and routes for a Player matchmaking API.

    JavaScript

  2. FlutterPlayground FlutterPlayground Public

    An app development project to explore the Flutter framework.

    Dart 1

  3. insecure-game insecure-game Public

    CLI Guessing Game (with several security vulnerabilities)

    C++

  4. padding-attack padding-attack Public

    Example of how vulnerabilities in CBC/CTR modes of operation can be leveraged to decrypt ciphertext

    C++

  5. collision-finder collision-finder Public

    Python script to find SHA2 224 prefix collision of a particular length. Uses 'cryptography' library (primitives)

    Python

  6. tcp-attack tcp-attack Public

    Building a TCP compliant datagram from scratch to send across raw socket (client and server code) to terminate a targetted connection

    C