Skip to content

File encryption.c

FileList > base > encryption.c

Go to the source code of this file

  • #include "config.h"
  • #include "crypt_opfunc.h"
  • #include "error_code.h"
  • #include "encryption.h"
  • #include "memory_alloc.h"
  • #include "sha1.h"
  • #include "memory_wrapper.hpp"

Public Static Attributes

Type Name
char crypt_Key

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 * key)

Public Static Attributes Documentation

variable crypt_Key

char crypt_Key[8];

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 * key
) 


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