Go to the source code of this file.
◆ id_crypt()
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.
- Returns
- Returns 0 if successful
- Parameters
-
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 |
◆ libpet_idcrypt_version()
const char * libpet_idcrypt_version |
( |
void |
| ) |
|
Return idcrypt module version info