Skip to content
View gpmanikumar's full-sized avatar

Block or report gpmanikumar

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

Popular repositories Loading

  1. CSC574-Cracking-WEP-using-Openssl-library CSC574-Cracking-WEP-using-Openssl-library Public

    Decrypt the file encrypted using WEP with unknown 3 character password to expose the weakness in WEP encryption. This is Fluhrer, Mantin and Shamir (FMS) attack

    C++ 1 1

  2. Projects Projects Public

  3. CSC573-Go_Back_N_ARQ_Scheme CSC573-Go_Back_N_ARQ_Scheme Public

    Go Back N is special case of sliding window protocol. This protocol is used in many TCP variants to increase the efficiency of link bandwidth and reliable data transfer.

    Python

  4. CSC573-Peer-to-Peer-System CSC573-Peer-to-Peer-System Public

    Peer to Peer file transfer system with Centralized Index

    Java

  5. CSC501-Demand_Paging CSC501-Demand_Paging Public

    Multi level demand paging

    C

  6. CSC501-Reader_Writer_Locks CSC501-Reader_Writer_Locks Public

    Reader-Writer locks for synchronization between many reader and writers accessing shared resources

    C