Git Product home page Git Product logo

sreekar reddy's Projects

adding-reliability-to-udp icon adding-reliability-to-udp

Implemented a primitive file transfer protocol for UNIX platforms that sets up the exchange of packets between the client and the server using UDP in a secure way as in TCP. Introduced application-layer protocol data-transmission reliability, flow control and congestion control to the transfer operation using TCP-like ARQ sliding window mechanisms.

address-space-operations-support-for--wrapfs--stackable-file-system icon address-space-operations-support-for--wrapfs--stackable-file-system

Modified wrapfs stackable file system to implement address space operations that support different data pages at the upper and lower layers. Added a mount-time option that gives the flexibility to choose between address space operations and the default behavior which is a single page fault operation. Implemented data page encryption at the lower layer that demonstrates support for the address-space operations.

script-nonce-module-for-apache icon script-nonce-module-for-apache

Designed and implemented an Apache module to automatically insert script nonces into web pages served by Apache. The module is configured to look for scripts with “some secret value” and replace it with a fresh random SHA-1 value that is also placed in the CSP response header. This helps in preventing XSS attacks.

system-call-to-check-integrity-of-a-file icon system-call-to-check-integrity-of-a-file

Added a new system call as a module to the Linux kernel (Vanilla 3.2.y) that performs an integrity check of a file. The system call takes an input file and then depending on the mode on which it is called returns the existing integrity of the file, computes an updated integrity of the file and also verifies the integrity on opening it.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.