SPA_ObfuscationEncrypter
SPA_ObfuscationEncrypter
spa
1998 12-06
CLASS
SPA_ObfuscationEncrypter - C++ obfuscation encrypter
SYNOPSIS
SPA_ObfuscationEncrypter performs encryption and decryption through
noise. While it provides some rudimentary encryption capabilities, it
is intended to be extended if more robust encryption is needed.
MEMBER FUNCTIONS
virtual GPL_Boolean Encrypt(GPL_Message & message)
Encrypt the message by adding noise. Return TRUE if the
encryption succeeds and FALSE otherwise.
virtual GPL_Boolean Decrypt(GPL_Message & message)
Decrypt the message by removing noise. Return TRUE if the
decryption succeeds and FALSE otherwise.
SEE ALSO
SPA_Encrypter(3)