Skip to content
View nihaal-prasad's full-sized avatar

Block or report nihaal-prasad

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

    PyHider is a steganography tool that can help encode secret mesages in Python 3.

    Python

  2. Chat-Room Chat-Room Public

    This program is a Java application that allows the user to setup a chat room server and have multiple clients connect to the chat room server. The chat room is encrypted using AES, and keys are sen…

    Java 1 1

  3. Encryptor Encryptor Public

    This is a Java program that allows the user to encrypt and decrypt data using AES in GCM mode.

    Java 1

  4. Barebones-Windows-Debugger Barebones-Windows-Debugger Public

    This is a simple debugger I created for debugging programs in Windows.

    C 2

  5. Basic-Linux-Backdoor Basic-Linux-Backdoor Public

    This is a basic post-exploitation linux backdoor program that I created purely for educational purposes in order to learn more about cybersecurity. This program should never be executed on any prod…

    C 1

  6. Code-Grapher Code-Grapher Public

    This program will analyze a several lines of code in a binary by brute-forcing the input values to those lines of code, recording the output, and displaying the result on a graph.

    Python