0xmmalik
CS student at Rochester Institute of Technology. Pursuing cybersecurity.
Mentor, OH, USA & Rochester, NY, USA
0xmmalik's Stars
FortAwesome/Font-Awesome
The iconic SVG, font, and CSS toolkit
RsaCtfTool/RsaCtfTool
RSA attack tool (mainly for ctf) - retrieve private key from weak public key and/or uncipher data
w181496/Web-CTF-Cheatsheet
Web CTF CheatSheet 🐈
jvdsn/crypto-attacks
Python implementations of cryptographic attacks and utilities.
andrewcooke/simple-crypt
Simple, secure encryption and decryption for Python 2.7 and 3
vanZeben/2D-Game-Engine
A 2D Game engine built with only native Java libraries. Part of a tutorial series @ http://vanZeben.ca/java/2d_game_dev
SnowLord7/Gimkit-Hack
Little Hack for Gimkit
VazkiiMods/AutoRegLib
Automatic registry/loading library for minecraft mods.
patidarayush11/RSA-Calculator
RSA is the algorithm used by modern computers to encrypt and decrypt messages. It is an asymmetric cryptographic algorithm. Asymmetric means that there are two different keys. This is also called public key cryptography, because one of them can be given to everyone. The other key must be kept private. It is based on the fact that finding the factors of an integer is hard (the factoring problem). RSA stands for Ron Rivest, Adi Shamir and Leonard Adleman, who first publicly described it in 1978. A user of RSA creates and then publishes the product of two large prime numbers, along with an auxiliary value, as their public key. The prime factors must be kept secret. Anyone can use the public key to encrypt a message, but with currently published methods, if the public key is large enough, only someone with knowledge of the prime factors can feasibly decode the message
zeyad-mansour/mask-detection
a tool to assess the prevalence of mask-wearing among individuals in a photo or video
0xmmalik/CTF-Suite
CTF Suite is a collection of tools you can use during Capture The Flag competitions. These tools are aimed at specific categories of problems and are specific to Jeopardy-style CTFs.
0xmmalik/BudgetSIM
A budget simulator and my submission to the 2019 Congressional App Challenge (OH-14).
0xmmalik/raytracing
A program which allows you to create objects in a scene (thus far, only spheres and light sources) and this scene is rendered and displayed using principles of optics and graphics. (Currently 48% operational...)
a-p-jo/C5
C5 - Counter Conventional Caesar Cipher Contraption
raghav198/Scioly-Scheduler
Platform for assigning students to teams and events for science olympiad competitions
0xmmalik/Cipher-Toolbox
A toolbox for several ciphers... Encode, decode, and learn with ease!
0xmmalik/cornucopia
0xmmalik/dark-crystal
A Minecraft mod that adds new items such as crystals that give you superpowers, magic bones that summon pets, powerful dark swords and tools which can give you cool effects, and more!
0xmmalik/darkspell-fantasy
0xmmalik/gradebook
A simple command line-operated gradebook application. This was my submission for the 2020 AP Computer Science Principles Create Task.
0xmmalik/Maze-of-Doom
Welcome, young adventurer, to the Maze of Doom. The dangers in your path are far greater than you can imagine. Reach the tallest spire as fast as you can, lest… we do not speak of the consequences here.
0xmmalik/pycard
Python module: game engine for card games...
0xmmalik/StudentGrouper
An application that allows teachers to place students into random groups based on certain selections! The perfect classroom randomizer!