User: editor -- 2012-08-26 << 997 999 >> |
Hits: 3466 |
Type: Replace text in multiple files |
Search all Replace text in multiple files examples |
Description: |
How to apply ROT18 encryption algrithm on multiple text files? |
Input Sample: |
ROT18 encryption |
Output Sample: |
EBG63 rapelcgvba |
Answer: |
Hint: You need to Download and install "Replace Pioneer" on windows platform to finish following steps. |
ROT5 encrypt 0,1,2,3,4,5,6,7,8,9 to 5,6,7,8,9,0,1,2,3,4 ROT13 encrypt a-z, A-Z to n-za-m, N-ZA-M ROT18 is a combination of ROT5 and ROT13. 1. open "Tools->Batch Runner" menu 2. drag multiple text files from windows file browser to "Batch Runner" window 3. click "Fast Replace" to open "Fast Replace" window * click "Add" to add new rule * set "search" to: * set "replace" to: * click "ok" 4. make sure "reg exp" option is checked, then click "start", done. |
Screenshot 1: Fast_Replace_Window |