V
V
vladislav9972020-08-29 19:28:46
PHP
vladislav997, 2020-08-29 19:28:46

What are encryption methods without special symbols?

Tell me, what are the encryption methods without special symbols in PHP? AES is not suitable, you need to transfer data in a string via GET

Answer the question

In order to leave comments, you need to log in

2 answer(s)
L
Lynn "Coffee Man", 2020-08-29
@vladislav997

aes+base64

K
Karpion, 2020-08-29
@Karpion

There are many ways to convert arbitrary characters to printable - UUEncode and Base64 (three characters are converted to four); Quoted-Printable (printable characters go as is, non-printable characters are converted one to three); there is another method that converts four to five, I don’t remember the name.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question