Skip to content
View Raz99's full-sized avatar

Highlights

  • Pro

Block or report Raz99

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

Hi, I'm Raz Cohen!

3rd-year Computer Science student in the Cybersecurity track.
Proficient in Python, C++, Java and C, experienced in software testing and automation. Strong background in algorithms, databases and network security, applied through practical projects and independent work.


Tech Stack

Languages
Python Java C++ C C# SQL

Databases
Elasticsearch MongoDB Neo4j Redis Cassandra Apache Spark

Tools & Environments
Git Postman Wireshark Linux Azure VirtualBox


Key Projects

  • Ransomware-Detector
    Python security tool for real-time ransomware detection, using filesystem monitoring, entropy analysis, fuzzy-hashing and honeypots to flag suspicious encryption activity.

  • Atom-Molecule-System
    Concurrent C server simulating an atom-molecule model, featuring TCP, UDP & Unix domain sockets, shared-memory persistence and a command-driven protocol.

  • Reversi-Game
    Extended Java Othello game with custom disc mechanics, AI opponents and a Swing-based GUI, developed as part of an Object-Oriented Programming project.

  • Coup-Game
    C++ implementation of the popular Coup card game, built with SFML for GUI and designed with OOP patterns (inheritance & polymorphism).

  • Network-Traffic-Analysis
    Research project analyzing encrypted network traffic via Wireshark & TLS key decryption, comparing application patterns and fingerprinting techniques.


Contact

Popular repositories Loading

  1. Network-Traffic-Analysis Network-Traffic-Analysis Public

    Analyzing and comparing encrypted network traffic from popular applications to identify patterns and application fingerprints.

    Python

  2. Ransomware-Detector Ransomware-Detector Public

    Real-time ransomware anomaly detector for text files - entropy, ASCII ratio, fuzzy similarity, bulk-change heuristics.

    Python

  3. Coup-Game Coup-Game Public

    C++ implementation of Coup with GUI, custom roles, and tests

    C++

  4. Phishing-Email Phishing-Email Public

    Educational phishing-email simulation that builds MIME messages and sends them to a local fake SMTP server.

    Python

  5. Raz99 Raz99 Public

  6. Reversi-Game Reversi-Game Public

    Java-based extended Reversi (Othello) game featuring special discs, AI opponents, and undo/reset functionality.

    Java