-
Notifications
You must be signed in to change notification settings - Fork 0
ritratt/craesy
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
craesy is a simple command line file encryption tool implemented in python for Linux OS. It uses AES to encrypt and decrypt the files. Installation: 1. Download as zip and extract. 2. Run make as su. Encryption: craesy -e /path/to/folder.orfile Decryption: craesy -d path/to/encrypted/folder.orfile The encrypted files are created in the same path as the source file with the same file name and extension as .csy. e.g. craesy -e /home/foo.txt will create the encrypted file /home/foo.csy
About
A command line tool implemented in python to provide minimalistic functionality for encrypting and decrypting files using AES.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published