N
N
netz-sanya2014-05-03 13:59:22
PHP
netz-sanya, 2014-05-03 13:59:22

What encryption methods are you using?

If you need to encrypt messages and other textual information.
What methods would you use?

Answer the question

In order to leave comments, you need to log in

3 answer(s)
M
Melkij, 2014-05-03
@melkij

I have MCRYPT_RIJNDAEL_256 and MCRYPT_blowfish in different places.
But, to be honest, I don’t remember why these particular algorithms.
In any case, I would use mcrypt.

I
Igor Mitnya, 2014-05-03
@hzd

md5 in this case is not suitable right?

M
Maxim Uglov, 2014-05-03
@Vencendor

Here is a simple solution. If no one sees the code of the "encoder" :), then the lines will look like gibberish. Of course, an experienced hacker will recognize the trick, but for this the mind needs a stimulus.
function mega_encode($str) {
$ret="";
for($i=0;$i

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question