My Project
|
Go to the source code of this file.
Functions | |
const char * | libpet_idcrypt_version (void) |
int | id_crypt (const char *string, const char *key, char *out, int decrypt) |
int id_crypt | ( | const char * | string, |
const char * | key, | ||
char * | out, | ||
int | decrypt | ||
) |
Scramble characters in ASCII range 32-126 using the Vigenere Cipher. Other characters are discarded.
const char* libpet_idcrypt_version | ( | void | ) |
Return idcrypt module version info