Skip to content

This C program demonstrates a simple encryption and decryption algorithm for a specific file, it applies a series of encryption techniques, writes the result to another file, and then reverses the process by decrypting the content.

License

Notifications You must be signed in to change notification settings

themysterysolver/CYPHER

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Cute Encryption/Decryption Program

Welcome to the Cute Encryption/Decryption Program! This project provides a simple encryption and decryption mechanism using various algorithms.

Features

  • Multiple Encryption Algorithms: Includes basic encryption methods.
  • File Handling: Reads from Message.txt, encrypts the content, and writes to Encrypted.txt. Decrypts from Encrypted.txt and writes to Decrypted.txt.
  • Simple Encryption/Decryption Logic: Easy to understand and modify.

How to Use

  1. Prepare Your Files:

    • Create a file named Message.txt with the content you want to encrypt.
  2. Compile the Code:

    gcc -o encrypt encrypt.c -lm
    
  3. Run the code:

    ./encrypt

About

This C program demonstrates a simple encryption and decryption algorithm for a specific file, it applies a series of encryption techniques, writes the result to another file, and then reverses the process by decrypting the content.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages