Hello,
I was used to encrypting my documents with SecurePad with Notepad++.
I didn’t find any similar tool with Sublime Text 4 so this sounds really weird if nothing exists
Any suggestions?
Thank you!
Hello,
I was used to encrypting my documents with SecurePad with Notepad++.
I didn’t find any similar tool with Sublime Text 4 so this sounds really weird if nothing exists
Any suggestions?
Thank you!
I have this error message:
[WinError 2] The system cannot find the file specified
Note: I use the portable version of ST and I have no admin access.
I see that several users already reported this error message but it was for Python or C++ codes. My file is just a txt file.
According to package’s readme it requires openssl to perform encryption/decryption.
Make sure you can call openssl from command shell and/or specify the executable path in Crypto.sublime-settings
{
// The path to your openssl executable
// e.g. "/usr/bin/openssl" or "C:\\bin\\openssl.exe"
"openssl_command": "openssl",
}