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.
string | Original string to be encrypted/decrypted |
key | Keyword string |
out | Encrypted/decrypted string |
decrypt | Set to 1 when decrypting, or to 0 when encrypting |
const char* libpet_idcrypt_version | ( | void | ) |
Return idcrypt module version info