You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello there.
First i want to say that this is one amazing script.
My question is how to change the main info
<?php
function welcome()
{
echo <<< HTML
Welcome to EZCrypt.
We provide you with the power to encrypt the data BEFORE it gets stored on our site.
All encryption/decryption is done on the client end using AES-CBC 128bit with a hash
key generated on each paste. The server will only store the encrypted data without the
hash key, so only you have the power to decrypt it.
HTML;
}
I mean how to encrypt the new info and decode it ? where to get the hashes cuz i don't see any option.
The text was updated successfully, but these errors were encountered:
function welcome()
{
echo <<< HTML
Welcome to EZCrypt.
We provide you with the power to encrypt the data BEFORE it gets stored on our site.
All encryption/decryption is done on the client end using AES-CBC 128bit with a hash
key generated on each paste. The server will only store the encrypted data without the
hash key, so only you have the power to decrypt it.
HTML;
this one.
I found an online encoder but don't know what to put on
Hello there.
First i want to say that this is one amazing script.
My question is how to change the main info
I mean how to encrypt the new info and decode it ? where to get the hashes cuz i don't see any option.
The text was updated successfully, but these errors were encountered: