HR / Crypter

🔓✨🔒 An innovative, convenient and secure encryption app
https://git.io/Crypter
MIT License
454 stars 70 forks source link

Encrypt folder ? #37

Closed igithub1972 closed 5 years ago

igithub1972 commented 6 years ago

Hi, all's well when dropping a single file on the Crypter screen, but when I try to encrypt a folder, I get :

ERROR: EISDIR: illegal operation on a directory

When I drag&drop several files, only the first one is taken into account. Why can't crypter handle these - common - cases ?

HR commented 6 years ago

Batch encryption and decryption is a WIP. You can track the issue at https://github.com/HR/Crypter/issues/12. Feel free to send a PR! :)

HR commented 6 years ago

However, you could just zip the folder and then just run it through Crypter like any other file :)

xxxjanus3 commented 6 years ago

I tried it. It is good as it control the size of the files . However, it has issue reading the files and installation of files is not convenient

On Sunday, October 8, 2017, Habib Rehman notifications@github.com wrote:

However, you could zip the folder and then just run it through Crypter like any other file :)

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/HR/Crypter/issues/37#issuecomment-335016144, or mute the thread https://github.com/notifications/unsubscribe-auth/AccSnqGpb3wDxfkitBrWACD2XkIZtXWCks5sqPDagaJpZM4PtoTq .

HR commented 6 years ago

I just tried it out using the zip archive format and it seems to be working fine. Anyways, it is a feature in works at https://github.com/HR/Crypter/issues/12. Feel free to send a PR to speed it up! :)