https://github.com/guilt/zcx
Zip-Case-X File Protector SV (ca. 2001)
https://github.com/guilt/zcx
encryption file protection zcx
Last synced: about 1 year ago
JSON representation
Zip-Case-X File Protector SV (ca. 2001)
- Host: GitHub
- URL: https://github.com/guilt/zcx
- Owner: guilt
- License: mit
- Created: 2019-09-13T05:29:16.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-09-30T03:01:59.000Z (almost 3 years ago)
- Last Synced: 2025-06-28T20:59:15.766Z (about 1 year ago)
- Topics: encryption, file, protection, zcx
- Language: C
- Homepage: http://karthikkumar.org
- Size: 38.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
Zip-Case-X File Protector SV
============================
This is the **"Stable Version"** of my File Protection programs
circa 2001.
## Compatibility
There are some compatibility rules you would want to follow, if
the files encrypted in one OS need to be compatible with the
others too.
* Ensure that the file names are in the **DOS 8.3 format**
(such as `.HTM`, `.MPG` ) for best compatibility.
* The files must ideally be in the current working
directory. Avoid usage of `.` and `..` or directory
separators such as `/` or `\` in files, we don't try
to interpret them.
* Ideally, the files are meant to be less than 2GB, to
allow working on the older compilers without many issues. No
guarantees are made on files larger or equal to that size. Use
compression and file size splitting to ensure you do not
encounter these bugs when running this program.
## How to Use
Go to the Appropriate Binary Executables Directory. Then Use:
```shell
encom File
```
to encrypt your file, and
```shell
decom
```
to restore your original file.
## Restrictions
This should not be used for any illegal purposes whatsoever.
Use your judgment.
Please see accompanying `LICENSE` for how this code is meant
to be used.
## Version Compatibility
When you use the most current version, files in the previous
versions are not guaranteed to work. So please retain older versions of
executables for decrypting.
## Thank You and Feedback
Reach out to me for any feedback.
Now Enjoy!
* Author: Karthik Kumar Viswanathan
* Web : https://karthikkumar.org
* Email : karthikkumar@gmail.com