Format | Meaning |
Plaintext | Stores the exact plain text password. |
Unix Crypt | Stored the encrypted password, using the standard unix crypt() function. Note: it is not possible to recover the correct plaintext password from Unix Crypt. |
RCrypt | Stores the password encrypted with the Open System Consultants RCrypt encryption algorithm. Requires the ‘Rcrypt key’ to decode. |