rmt.rs icon indicating copy to clipboard operation
rmt.rs copied to clipboard

Folder content is not encrypted

Open AmineZouitine opened this issue 2 years ago • 5 comments

└── Folder1
    └── Child1
    └── Child2
          └── Folder2
                   └── Child3

Currently if we do :

rmt Folder1

None of the children are encrypted, although each of them should be.

AmineZouitine avatar Jan 02 '23 15:01 AmineZouitine

I mean we have two options we can encrypt each one or compress it then encrypt it. What do you think will be a good option?

ekam-g avatar Nov 17 '23 17:11 ekam-g

also does this issue need to be solved?

ekam-g avatar Nov 17 '23 17:11 ekam-g

There should be only one option to encrypt, it must encrypt all elements if it's a folder, if it's a file it must encrypt the file.

Because it doesn't make much sense not to encrypt the contents of a folder.

AmineZouitine avatar Nov 17 '23 19:11 AmineZouitine

Yes the issue need to be solved haha

AmineZouitine avatar Nov 17 '23 19:11 AmineZouitine

But one thing you do not delete the file securely(I will fix this too), but when deleting files you need to overwrite data so the data cannot be recovered. Don't worry I will make a secure delete function.

ekam-g avatar Nov 18 '23 00:11 ekam-g