Dario95

Untitled

Jul 15th, 2021
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.19 KB | None | 0 0
  1.      if (openssl_private_encrypt($eb, $signature, $privKey, OPENSSL_NO_PADDING)) {
  2.                 openssl_pkey_free($privKey);
  3.                 return base64_encode($signature);
  4.             }
Add Comment
Please, Sign In to add comment