-
Notifications
You must be signed in to change notification settings - Fork 374
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
Support in-content filesearch for encrypted textfiles #1375
Comments
decryption takes lots of performance and as you know, main part of implementation is done at file editor. Also, if we in future support per-file encryption passwords, this gets impossible. Unless users want to type LOTS OF passwords. So, only search by filename is available there. |
Well thanks AES the performance-impact of encryption doesn't seem a problem in my eyes. The question is would you accept a pull-request which adds the feature? The main part is encapsulated in a separate class, so I don't think it's a lot of work. |
Opened #1388 so you can see how easily this could be done. |
General information
Description
I wonder if it is possible that even encrypted files will be part of the search.
Are there any reason why this isn't implemented? Is the password there not accessible?
The text was updated successfully, but these errors were encountered: