Skip to content
View tazmeen24's full-sized avatar

Highlights

  • Pro

Block or report tazmeen24

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.

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
tazmeen24/README.md

Hi! I'm Farha_

Cyber Security Engineering Student

Typing SVG


whoami

$ whoami

Farha Tazmeen

Role:
  Cyber Security Engineering Student

Interests:
  [+] Digital Forensics
  [+] Web Application Security
  [+] Applied Cryptography
  [+] Secure Software Engineering

Currently:
  [+] Building security-focused projects
  [+] Solving CTF challenges
  [+] Contributing to Open Source
  [+] Exploring secure system design

I enjoy understanding how systems work, where they break, and how they can be made more secure.

Most of my time goes into building backend applications, exploring vulnerabilities through CTFs, contributing to open source, and learning about cryptography, networks, and secure architecture.

I like projects that sit at the intersection of software engineering and cybersecurity - building things, breaking things, and understanding why they fail.


// Current Explorations

[+] Digital Forensics
[+] Web Security
[+] Applied Cryptography
[+] Secure Backend Development
[+] Reverse Engineering
[+] Linux Internals

// Open Source

GirlScript Summer of Code 2026

Cybersecurity & Architecture Contributor

Area Contributions
Security Security improvements, validation, documentation
Backend Authentication, API improvements, architecture
Frontend React-based features and improvements
Focus Writing secure, maintainable code

// Things I'm Building

Secure Project Tracking Dashboard - FastAPI • React • PostgreSQL • JWT

A full-stack project and financial management platform focused on secure data handling.

Features:

  • JWT Authentication
  • Role-Based Access Control
  • REST API architecture
  • Budget and resource tracking
  • Audit logging
  • Analytics dashboard
Security Utilities - Security tools and automation experiments

A growing collection of utilities for learning and automation:

  • Log analysis
  • Packet inspection
  • Network automation
  • Digital forensics helpers
  • CTF tooling
CTF Research Notes - Learning through challenges

Topics explored:

  • Web exploitation
  • Digital forensics
  • Cryptography
  • Reverse engineering
  • OSINT

// Toolbox


// GitHub Statistics


// Beyond Code

> Learn by building
> Understand by breaking
> Improve by fixing

Outside technical work, I enjoy exploring new ideas, reading about technology, and turning random concepts into small experiments.


// Current Philosophy

while (learning) {
    build();
    break();
    fix();
    repeat();
}

Always open to discussions about security, systems, cryptography, and open source.

Pinned Loading

  1. Project-Tracking-Dashboard Project-Tracking-Dashboard Public

    A full-stack Project Tracking Dashboard built with FastAPI and React for managing projects, budgets, funds, and expenditures with real-time analytics.

    Python

  2. Auth-System Auth-System Public

    Simple auth system with register, login, verification, and access control built using FastAPI, PostgreSQL, and React.

    Python

  3. applied-crypto-research applied-crypto-research Public

    My Cryptography research and implementations.

    C

  4. java-DSA-training java-DSA-training Public

    This repository contains my practice problems. It includes solutions and examples covering core programming concepts and problem-solving skills.

    Java

  5. algo algo Public

    Forked from ajay-dhangar/algo

    This repository contains a collection of data structures and algorithms implemented in various programming languages. It is designed to help learners understand key concepts through hands-on exampl…

    TypeScript

  6. Checkora Checkora Public

    Forked from Checkora/Checkora

    Chess platform with an AI opponent powered by minimax search with alpha-beta pruning, built on Django and a C++ engine.

    Python