Encryption techniques in PHP

Discussion in 'Programming/Scripts' started by Harsh Shah, Nov 26, 2019.

  1. Harsh Shah

    Harsh Shah Banned

    Hi
    I want to know about encryption techniques in Php. what are the encryption techniques in php ?
    can anyone please explain me about it ?
    Hope for the better answer.
    Thanks in advance.
     
  2. Steini86

    Steini86 Active Member

    That is not much information you provide. What do you want to do? Encrypt your PHP code? Encrypt user data? Encrypt connections to something (mysql/mail/other servers ...)

    Maybe this helps for a start: https://www.php.net/manual/en/book.mcrypt.php
     
  3. Taleman

    Taleman Well-Known Member HowtoForge Supporter

    Try Internet Search Engines with
    Code:
    what are the encryption techniques in php ?
    Seems to find good articles.
     

Share This Page