+ 10
Encrypt/decrypt data in php
How i can encrypt/decrypt data in php?
4 Réponses
+ 2
The same way you would do it with other languages
Get a library that does this for you or write your own encryption algorythm
0
Ohh yeah and don't store password hashes without salting them that's like storing them plain
0
Yes use library but never write your own algorithm, that would be suicidal
0
Haibat most likely it has more holes than a noodle sieve if somebody tries to make it without any experience and knowledge about encryption