XorCoder
Exclusive-Or coder class
[Previous] [Main] [Next]


Description
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.  
 
Declaration
#include <dcmicro/htmlpp/coder.h>  
 
Hierarchy
xorcoder.gif  
 
See Also
htmlServer, Coder  
 
Related Constants/Definitions
None.  
 
Constructors
Destructors
Member Methods
Refer to the documentation for the Coder class.  
 


©1998 DC Micro Development. All rights reserved.
No portion of this document may be c opied or reproduced without expressed written consent.
html++ is a trademark of DC Micro Development.