Answer the question
In order to leave comments, you need to log in
Encoding\Decoding in php?
Please tell me, there is a need to encode \ decode a string,
as an example, it is desirable that it be in this form:
$key = "Ключ для шифрования";
$string = "Строка которую нужно зашифровать";
//Зашифровываем строку
$cipher= function XXX ($key, $string,);
//Расшифровываем строку
$itog = function XXX ($key, $cipher);
Answer the question
In order to leave comments, you need to log in
Here is an interesting article: habrahabr.ru/sandbox/92985
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question