File tree Expand file tree Collapse file tree 1 file changed +3
-9
lines changed
Expand file tree Collapse file tree 1 file changed +3
-9
lines changed Original file line number Diff line number Diff line change @@ -24,15 +24,9 @@ The content is encrypted with AES-256 in Python using PyCryptodome, and decrypte
2424
2525![ encryptcontent_demo] ( https://user-images.githubusercontent.com/12155947/177001700-f0920d4b-0c41-4d11-8164-9f63d29d8a6a.gif )
2626
27- # Todo for 2.5 .x
27+ # Todo for 2.6 .x
2828
29- * ~~ Sanitize code. F.ex. self.config variables should not be overwritten on other places than on_config.~~
30- * ~~ Rework search_index handling to be more bulletproof.~~
31- * ~~ Add optional obfuscation of file names. F.ex. to make it impossible to guess image names.~~
3229* Rework password handling or inventory of some sort
33- * ~~ As we are vulnerable to brute force: Review strenght of used passwords.~~
34- * ~~ download self-hosted cryptojs just once (check hash of js files)~~
35- * ~~ Add button press to decrypt without password (just to hide content from search engines)~~
3630* ...to be defined
3731
3832# Table of Contents
@@ -57,8 +51,8 @@ The content is encrypted with AES-256 in Python using PyCryptodome, and decrypte
5751 * [ Override default templates] ( #override-default-templates )
5852 * [ Add button] ( #add-button )
5953 * [ Reload scripts] ( #reload-scripts )
60- * [ Self-host crypto-js] ( #self-host-crypto-js )
61- * [ File name obfuscation] ( #filename- obfuscation )
54+ * [ Self-host crypto-js] ( #self-host-crypto-js ) * UPDATE *
55+ * [ File name obfuscation] ( #file-name- obfuscation ) ** NEW **
6256 * [ Contributing] ( #contributing )
6357
6458
You can’t perform that action at this time.
0 commit comments