Here is how it works. 1. You would encrypt a file, some text, or HTML. 2. When a user comes to the webpage, they must have a decyption key, eg: ?key=[PASSWORD]. The key is in the URL as a query paramater. 3. If the key is correct, the text is decrypted. If it is wrong, It shows nothing, or throws an error.