Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/salihozkara/encrypted-text-generator-using-parent-child-processes-and-caesar-cipher-algorithm

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.
https://github.com/salihozkara/encrypted-text-generator-using-parent-child-processes-and-caesar-cipher-algorithm

c caesar-cipher parent-child process

Last synced: about 2 months ago
JSON representation

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.

Awesome Lists containing this project