|
|
|
|
|
by evanjrowley
112 days ago
|
|
If I was malware, one of the first things I'd do is check that scratch files directory for secrets. The default behavior of Notepad++ is a very real security risk. So many system admins and developers will throw passwords and API keys into there and just forget about it. The scratch files are all sitting there unencrypted and with easy to exploit permissions. Alas, my first thought after seeing TextAdept was that it could serve as a more secure alternative to Notepad++. |
|
The great thing about Textadept’s extensibility (and use of Lua specifically) is that it’s easy to pull in other Lua modules to add functionality. I don’t think it would be much work to modify the scratch file extension to prompt you for an encryption key on startup and then run the scratch files through libsodium (via luasodium) if you want to have your cake (scratch files) and eat it (some cursory level of security).