-
Notifications
You must be signed in to change notification settings - Fork 15
Open
Description
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels