- Crypto Ransomware Preventive Mechanism. [Not Public]
- Anti Data Leak Mechanism (aka. Never There). [Not Public]
-
A voice assistant with natural language processing inspired from Iron Man’s Friday. Written with a mixture of Python and Rust, Friday imitates the ambience of Siri and Google Assistant.
-
Pasta-Man 3-layered Password Manager.
Pasta-Man was a hack-a-thon (FOSSit’2024) project that was as the top 5 by the judges. Pasta-Man is a password manager that has a triple layer encryption architecture with user features such as themes, tag-and-search, and copy to clipboard.
-
Detecteff (or detective) is a duplicate file searcher and deleter. Seems like pretty basic right? But Detecteff searches for duplicate files with the same efficiency no matter the number of files in the given environment.
-
Ransomware for testing anti-ransomware mechanisms on macOS.
A Ransomware with full control over which files to target and how to encrypt along with kill protection to avoid basic reverse engineering.
-
Python Rust Mix Build GitHub Action.
Python-Rust-Mix-Build is a GitHub Action for building and testing projects that are made using a mixture of Rust and Python programming language (Typically that uses
pyo3
crate for creating python bindings in Rust andmaturin
for compiling as whole). -
Python Project Structure GitHub Action.
A GitHub action to auto correct python directory structure in adherence to PyPi standard.
-
WebRep: A Tool to footprint any webapp or website.
This is web foot-printing tool that fetches website/webapp headers for analysis using the
request
library. -
Social Media on a BlockChain (Simulation).
This is a project to simulate working of social media over a blockchain storage element.
-
ProcessPlot: An Application that imitates Task Manager but written in Python.
ProcessPlot is a Task Manager replica coded using python and tries to imitate Task Manager functionality by exploring the
psutil
library.