Skip to content

File encryption.h

FileList > base > encryption.h

Go to the source code of this file

  • #include "porting.h"

Public Functions

Type Name
int crypt_encrypt_printable (const char * line, char * crypt, int maxlen)
int crypt_encrypt_sha1_printable (const char * line, char * crypt, int maxlen)
void crypt_seed (const char * seed)

Public Functions Documentation

function crypt_encrypt_printable

int crypt_encrypt_printable (
    const  char * line,
    char * crypt,
    int maxlen
) 

function crypt_encrypt_sha1_printable

int crypt_encrypt_sha1_printable (
    const  char * line,
    char * crypt,
    int maxlen
) 

function crypt_seed

void crypt_seed (
    const  char * seed
) 


The documentation for this class was generated from the following file cubrid/src/base/encryption.h