-
Notifications
You must be signed in to change notification settings - Fork 4
abellong/simpleRC4Encryption
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
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 0
No packages published