rmt.rs
rmt.rs copied to clipboard
Folder content is not encrypted
└── Folder1
└── Child1
└── Child2
└── Folder2
└── Child3
Currently if we do :
rmt Folder1
None of the children are encrypted, although each of them should be.
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?
also does this issue need to be solved?
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.
Yes the issue need to be solved haha
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.