Siddhant Deshmukh (@deshsidd)
  • Stars
    star
    9
  • Global Rank 1,034,169 (Top 36 %)
  • Registered over 9 years ago
  • Most used languages
    C
    28.6 %
    Scala
    14.3 %
    XSLT
    14.3 %
    Python
    14.3 %
    Java
    14.3 %
    R
    14.3 %
  • Location πŸ‡ΊπŸ‡Έ United States
  • Country Total Rank 166,811
  • Country Ranking
    XSLT
    635
    Scala
    2,930
    R
    8,091

Top repositories

1

DNS-Attacks

simulated and performed various dns attacks such as host file attack, host-level response spoofing, server-level response spoofing and kaminsky attack. Used C code to perform Kaminsky attack by modifying pacgen.c file.
C
3
star
2

Used-Gcrypt-Cryptographic-Libraries-in-C-to-compare-performance

Used Gcrypt library in c and implemented HMAC SHA1, HMAC SHA 256, HMAC MD5, AES 256, AES 128, RSA 1024, RSA 4096 and Digital Signature.
C
1
star
3

Nanex-Data-Exploration-Using-Grokit

β€’ Used state of the art supercomputer to explore Nanex data (using R) β€’ Cleaned raw Sec Filings (using regular expressions-python) β€’ Computed moving average and abnormal return (2-3 billion tuples)
R
1
star
4

Facebook-REST-API

Secure Facebook REST API and simulator implementation. Implemented core features of Facebook API (using spray can, Scala, Akka actors) . Added state-of-the-art cryptographic methods AES-256, RSA and others to make secure. Developed client simulator based on Facebook user behavioral studies.
Scala
1
star
5

Parsing-Sec-Filings

Used python to extract a table from Sec filings raw data.
Python
1
star
6

Red-Black-Tree-Event-Counter

I implemented an event counter using red-black tree. Each event has two fields: id and count, where count is the number of active events with the given id. The event counter stores only those id’s whose count is > 0. Once a count drops below 1, that ID is removed. My program initailly builds a red-black tree from a sorted list of n events(in ascending order of id) in O(n) time. My program takes a list of commands from standard input stream and gives the appropriate output. I ran the program on all the 4 test files and got the correct result each time.
Java
1
star
7

Gossip-Simulator

Distributed operating system project using Scala and Akka actor framework. Simulate a sensor type network using gossip and push sum algorithms. Tested various topologies and implemented failure models.
XSLT
1
star