Skip to content

changing of main info #4

@beh1nd

Description

@beh1nd

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions