|
XorCoder
Exclusive-Or coder class | [Previous] [Main] [Next] |
| XorCoder is a Coder-derived class that performs encryption of data using a simple "exclusive-or" technique. This algorithm is appropriate for applications that require minimal security or cannot afford the overhead associated with more complex algorithms. The output size of XorCoder encoded data exactly matches the input size.
| |
|
| |
| To use XorCoder for automatic encryption/decryption of hidden fields and URL-encoded data in your applications, create an instance of XorCoder and pass it to the htmlServer::Crypt() method at startup.
| |
|
| |
| #include <dcmicro/htmlpp/coder.h>
| |
|
| |
|
| |
| htmlServer, Coder
| |
|
| |
| None.
| |
|
| |
| Refer to the documentation for the Coder class.
| |
|
| |
