class PTEACypher |
Tiny Encryption Algorithm.
![]() | Initialise ( BOOL encoding ) Initialise the encoding/decoding sequence. |
![]() | EncodeBlock ( const void* in, void* out ) Encode an n bit block of memory according to the encryption algorithm. |
![]() | DecodeBlock ( const void* in, void* out ) Decode an n bit block of memory according to the encryption algorithm. |
Run Time Type functions
I/O functions
Miscellaneous functions
Comparison functions
Tiny Encryption Algorithm. This class implements the Tiny Encryption Algorithm by David Wheeler and Roger Needham at Cambridge University.This is a simple algorithm using a 128 bit binary key and encrypts data in 64 bit blocks.
Alphabetic index HTML hierarchy of classes or Java