Clipboard Crypto

Suggest, ask for or provide links to handy external tools.
Post Reply
ScrKiddle
Posts: 5
Joined: 05 Aug 2026 03:15

Clipboard Crypto

Post by ScrKiddle »

I have a text file and i had the idea to encrypt some content but not all of it.
I took a quick look at the Script Stuff, but i was a bit lost.
The i thought to try it some other way.

The idea was so select some file content, letters, words, paragraph or the whole file and then click some there encrypt or decrypt and it will replace the selected content accordingly.

May some one can make this possible in RJ TextEd as a tool or script or macro or what ever.

For now i did bypass this problem with an other script, the script will read the content of the clipboard and encrypt or decrypt it back to the clipboard.
The tool works on Windows with Powershell where OpenSSL is installed.

Menutext: Crypto
Type: Executable
Command: powershell.exe
Run-Dir: Current-File-Dir
Argument: -NoProfile -ExecutionPolicy Bypass -STA -File "C:\Users\User\AppData\Roaming\RJ TextEd\Scripts\RJTextEd-Crypto.ps1"
Ignore changed Files
Do not catch the console output
Attachments
RJTextEd-Crypto.zip
(8.64 KiB) Downloaded 11 times
Post Reply