 I was reading something about encryption and would like to know when it can be used the most. Are these functions extremely secure or is it always better to use other php functions to encrypt information and data?
Base64 has nothing to do with security. It is to convert data to 7-bit ascii.
ok! i get it, i always thought it could also be used for data security in some way