T
T
tareid2019-07-30 08:33:01
Notepad++
tareid, 2019-07-30 08:33:01

How to encrypt strings starting with https?

Hello, in the txt file the text is Cyrillic, some lines are url.
How to encrypt, make these lines unreadable?
Of course, then the reverse action is necessary, the restoration of addresses.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
E
Eugene, 2019-07-30
@tareid

For Notepad++, check out the NPPCrypt plugin.
If we are talking about the need to encrypt individual lines in a file, then I would do this:
1) Select an encryption algorithm
2) Loop through the file in any programming language that you know
3) Apply the algorithm to lines according to a certain attribute. This is where regular expressions come in handy.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question