Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

miscstone/simpleRC4Encryption

Open more actions menu
 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
4 Commits
 
 
 
 

Repository files navigation

This is a simple program to encrypt plain text file.

How to use it:

run 'gcc -o encrypt encrypt.c'
If the FILE hasn't been encrypt, run './encrypt FILE', then 
input a passwd . the FILE's content will be encrypted(changed)
To decrypt, run './encrypt FILE' again and use the same 
passwd which is used to encrypt the FILE, this will decrypt 
the file.

Warning!!!

Before you run encrypt on some file, make clear whether the 
file is plaintext or ciphertext.
When you decrypt the file, MAKE SURE the passwd you input is
the same with what you input when you last encryt the file.

About

A very simple program to encrypt plain text file

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • C 100.0%
Morty Proxy This is a proxified and sanitized view of the page, visit original site.