User: Ira -- 2012-08-21 << 996 998 >> |
Hits: 3641 |
Type: Replace text in multiple files |
Search all Replace text in multiple files examples |
Description: |
How to make ROT13 encryption on multiple files except for text enclosed by <>? I have a document in which I am going to encode confidential information; specifically street numbers and emails. No problem with doing this (I have your step by step instructions). But in the same document is non-confidential info that I do not want to encode; what do I need to do in order to have the encoding process ignore this type of information? |
Input Sample: |
such as <Sept 2012> |
Output Sample: |
fhpu nf <Sept 2012> |
Answer: |
Hint: You need to Download and install "Replace Pioneer" on windows platform to finish following steps. |
The purpose of following procedure is to encrypt all the text at first, and encrypt the text inside <> a second time, because the second time encryption of ROT13 will recover the text. 1. open "Tools->Batch Runner" menu 2. drag multiple text files from "windows file browser" to "Batch runner" window 3. click "Fast Replace" button to open "Fast Replace" window 4. click "add" to add new rules: * set "Search" to * set "Replace" to: * click "ok" 5. click "add" again to add a second rule: * set "Search" to * set "Replace" to: * click "ok" 6. make sure "reg exp" option is checked. 7. click "start", done. Note: For the description of ROT13, please refer to: http://en.wikipedia.org/wiki/ROT13 |
Similar Examples: |
How to apply ROT18 encryption algrithm on multiple text files? (59%) How to replace email address with its ROT13 encryption format? (51%) How to make expression calculation in a text file? (48%) How to do simple encryption of a text file by letter to letter remapping? (47%) How to make multiple text replace at the same time? (47%) How to make line by line sequential merge of multiple text files? (46%) How to change the direction of all sentences in a text file? (46%) How to change a binary file into text file with readable hexidecimal format? (46%) |
Check Demo of Replace text in multiple files |
Keywords: |
recover wiki wikipedia cover rot13 encrypt encryption emails bracket formation ignore encode encode multiple text files encode multiple text file same type text encoding multiple files set encoding for multiple files encoding type for the file add inside |