Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature] Encrypt Multiple Files to Single One #2

Open
Dentrax opened this issue Dec 2, 2018 · 2 comments
Open

[Feature] Encrypt Multiple Files to Single One #2

Dentrax opened this issue Dec 2, 2018 · 2 comments

Comments

@Dentrax
Copy link
Contributor

Dentrax commented Dec 2, 2018

I think it would be nice if we had the chance to encrypted multiple files and merge into one file.

Extension (.ext) : Custom file extension that we have previously determined with argument
Argument (-m) : To we able to encrypt more than one file
Argument (-o) : If the -m argument is used, it is mandatory to determine output file

Example:

We have these files: test1.jpg, test2.png, test3.jpeg

To encrypt just only one: cryptogopher -e test1.jpg

To encrypt multiple files: cryptogopher -e -m test1.jpg test2.png test3.jpeg -o README.MD

To extract decrypted files: cryptogopher -d -m README.MD

P.S.: We could think about the decryption system for multiple files.

@Dentrax Dentrax changed the title [Feature Idea] Encrypt Multiple Files to Single One [Feature] Encrypt Multiple Files to Single One Dec 2, 2018
@Mr-1311
Copy link
Owner

Mr-1311 commented Dec 2, 2018

It could be but I'm kinda busy nowadays. Maybe I can add it later. PR's are welcome btw :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants
@Dentrax @Mr-1311 and others