Jump to content
Macro Express Forums

Making a macro that converts copied text into an encrypted cipher


Recommended Posts

Not with MEP commands. You would need to employ a separate app or script and control it with MEP. I use BCTextEncoder but it's slow. Probably a better one out there. 

Link to comment
Share on other sites

Doesn't Rot13 merely replace abc with nop and replace nop with abc -- Or does it do other stuff too??

 

It seems like you could make a macro do this...  Once a string was in a variable, do "modify string" and replace one letter at a time.  It wouldn't be any good to just replace all of the 'a' chars with 'm' because later when you change the 'm' chars to 'a',  the macro wouldn't know which m's to change into 'a' chars.  It would take a bit of trickery to get around this...  

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...