JeeveshN / Encrypto

:closed_lock_with_key: A simple tool based on C to encrypt your text files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Encrypto

A Text file encryption Software (C Based). The text files are encryted with a 4 letter key entered by the User.

###Getting Started

git clone https://github.com/JeeveshN/Encrypto.git
Go to Encrypto/Soft and run Encryption_Algo.exe

Demo

On running Encryption_Algo.exe a screen appears:

image

There are 3 options available:-

  1. Create an Encrypted File from software itself
  2. Encrypt an already existing .txt file
  3. Decrypt an encrypted .txt file

###Encryption (Option 2)

As soon as 2 is entered you are requested to choose the file

After that a 4 letter key is entered and the file is encrypted.

Before Encryption
![](/extras/Test file.PNG?raw=true)

After Encryption

About

:closed_lock_with_key: A simple tool based on C to encrypt your text files


Languages

Language:C 60.2%Language:Batchfile 39.8%