GitHub / 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.
JSON API: http://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/salihozkara%2FEncrypted-Text-Generator-using-Parent-Child-Processes-and-Caesar-Cipher-Algorithm
PURL: pkg:github/salihozkara/Encrypted-Text-Generator-using-Parent-Child-Processes-and-Caesar-Cipher-Algorithm
Stars: 0
Forks: 0
Open issues: 0
License: mit
Language: C
Size: 3.91 KB
Dependencies parsed at: Pending
Created at: over 2 years ago
Updated at: over 2 years ago
Pushed at: over 2 years ago
Last synced at: 5 months ago
Topics: c, caesar-cipher, parent-child, process