Git Product home page Git Product logo

salihozkara / encrypted-text-generator-using-parent-child-processes-and-caesar-cipher-algorithm Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 4 KB

This project encrypts text using the Sezar Cipher algorithm and parent-child processes in C. The child process uses 4 threads to encrypt the text and stores the result in a shared memory. The parent process reads and displays the encrypted text on the screen.

License: MIT License

C 100.00%
c parent-child caesar-cipher process

encrypted-text-generator-using-parent-child-processes-and-caesar-cipher-algorithm's Introduction

Encrypted Text Generator using Parent-Child Processes and Caesar Cipher Algorithm

This project demonstrates the usage of parent-child processes and Caesar Cipher algorithm to encrypt text using C language. The parent process sends an ordinary pipe to the child process, which encrypts the received text using the Caesar Cipher algorithm with 4 threads in parallel. The encrypted text is stored in a shared memory and is finally read by the parent process and displayed on the screen.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

What things you need to install the software and how to install them:

  • A compiler that supports C11 or later
  • GCC (GNU Compiler Collection)

Installing

A step by step series of examples that tell you how to get a development env running:

  1. Clone the repository to your local machine using the following command:
git clone https://github.com/salihozkara/Encrypted-Text-Generator-using-Parent-Child-Processes-and-Caesar-Cipher-Algorithm.git
  1. Compile the code using GCC:
gcc -pthread -o <executable_file_name> main.c
  1. Run the executable file:
./<executable_file_name>

Built With

  • C - The programming language used
  • GCC - The compiler used

Author

License

This project is licensed under the MIT License - see the LICENSE file for details

encrypted-text-generator-using-parent-child-processes-and-caesar-cipher-algorithm's People

Contributors

salihozkara avatar

Watchers

 avatar

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.