Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
Untitled
Dario95
Jul 15th, 2021
87
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
PHP
0.19 KB
| None
|
0
0
raw
download
clone
embed
print
report
if
(
openssl_private_encrypt
(
$eb
,
$signature
,
$privKey
,
OPENSSL_NO_PADDING
)
)
{
openssl_pkey_free
(
$privKey
)
;
return
base64_encode
(
$signature
)
;
}
Add Comment
Please,
Sign In
to add comment
Public Pastes
Untitled
JavaScript | 48 min ago | 0.26 KB
dataNone
JSON | 1 hour ago | 0.64 KB
Best Time to Buy & Sell Stocks 2 - Infini...
C++ | 1 hour ago | 1.47 KB
Show Remote Citrix UPM Log File Entries
PowerShell | 2 hours ago | 0.67 KB
Best Time to Buy & Sell Stock - 1 Transac...
C++ | 2 hours ago | 0.83 KB
FunctionTest
Lua | 2 hours ago | 2.72 KB
for python
Python | 4 hours ago | 3.46 KB
init.sqf
SQF | 5 hours ago | 0.79 KB
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the
Cookies Policy
.
OK, I Understand
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!