Skip to content
View rishabkgautam's full-sized avatar
🌴
In the making
🌴
In the making

Block or report rishabkgautam

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.

Content in all repositories owned by your account will be closed.
Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
rishabkgautam/README.md

Rishab

I'm a CSE student exploring cybersecurity, Linux, and the systems that make things work behind the scenes.

Breaking things (safely) to understand how they work. 🌴

Currently

  • 🔐 Exploring cybersecurity and security × AI
  • 🐧 Learning more about Linux, systems & networking
  • 🛠️ Building small tools and projects to learn by doing
  • 📜 Working through NPTEL Ethical Hacking

Projects

  • 🔐 local-accounts-vault — Self-hosted, zero-plaintext directory for profile handles, built with Flask, PostgreSQL (pgcrypto), and offline-first asset caching.
  • 🛡️ Python-port-scanner — Python network port scanner, built with explicit authorized-use safeguards.
  • 🔢 checksum_calculator — CLI tool to compute file checksums, with input validation for missing files.

Interests

Cybersecurity · Linux & Systems · Networking · Cloud Security · AI Security · Digital Forensics

Find me

Pinned Loading

  1. local-accounts-vault local-accounts-vault Public

    Self-hosted, zero-plaintext directory for profile handles built with Flask, PostgreSQL (pgcrypto), and offline-first asset caching.

    Python

  2. Python-port-scanner Python-port-scanner Public

    Python network port scanner, built with explicit authorized-use safeguards.

    Python

  3. checksum_calculator checksum_calculator Public

    This is a python program to calculate MD5 checksum of a file. Users will be asked to write the file path as input. If the specified file does not exist, the program will return a message indicating…

    Python