🏠
Working from home
Pinned Loading
-
Encryption & Decryption salt in PHP ...
Encryption & Decryption salt in PHP with OpenSSL 1<?php
23function encrypt($data, $password){
4$iv = substr(sha1(mt_rand()), 0, 16);
5$password = sha1($password);
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.