codehaven - php snippets - coding help
Generic filters
Exact matches only
  • Password Encryption using mcrypt

    27th January 2014

    Php - Strings

    php codehaven

    The bare bones of encryption, remember to encrypt incoming and compare against the encrypted version.

    You can include the salt in another file, if you like.

    Was this code snippet helpful?