Skip to content
View soh2970's full-sized avatar

Block or report soh2970

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

Pinned Loading

  1. Distributed-Hash-Table-with-gRPC Distributed-Hash-Table-with-gRPC Public

    Built a peer to peer structured overlay network implementing a distributed hash table for cloud deployment. Demonstrates expertise in distributed systems, remote procedure calls, and scalable data …

    Java 1

  2. bandit-open-source-contribution bandit-open-source-contribution Public

    Proposed a fix for the PyCQA Bandit CLI to return correct non-zero exit codes for invalid scan targets, improving CI/CD reliability. Includes implementation details, testing strategy, and pull requ…

  3. Hadoop-MapReduce-PageRank Hadoop-MapReduce-PageRank Public

    Implemented the PageRank algorithm to analyze and rank popularity of web pages across millions of Wikipedia pages. Demonstrates expertise in distributed computing and large scale data processing.

    Java

  4. hash-function-attacks hash-function-attacks Public

    Implemented birthday attacks and Floyd's cycle detection to generate SHA-256 hash collisions, demonstrating practical cryptographic attacks and time-memory tradeoffs in Python.

    Python

  5. Python-distance-vector-routing Python-distance-vector-routing Public

    Python simulation of Distance Vector routing algorithm using Bellman-Ford to compute shortest paths in a network.

    Python

  6. rsa-cryptographic-attacks rsa-cryptographic-attacks Public

    Implemented cryptographic attacks against RSA, including the Common Modulus Attack and Wiener's Attack, demonstrating practical exploitation of insecure RSA configurations and analysis of public-ke…

    Python