void HDesEncode

(const char* plaintext, char* ciphertext,
  const char* key)

encrypt plain text to DES string.

Documentation

encrypt plain text to DES string.

Parameters:
plaintext - [in] plain text
ciphertext - [out] variable to save DES string
key - [in] password for DES encryption
Returns:
nothing
Author:
Yee Young Han

Alphabetic index HTML hierarchy of classes or Java



This page was generated with the help of DOC++.