
![]() |
Encr_DeletePasswordFromKeychain |
Deletes a password from the keychain (for this account and/or yourID).
Syntax
Encr_DeletePasswordFromKeychain ( switches ; account { ; yourID } )
![]() |
Encr_DeletePasswordFromKeychain |
Deletes a password from the keychain (for this account and/or yourID).
Encr_DeletePasswordFromKeychain ( switches ; account { ; yourID } )
![]() |
Encr_EncodeBase64 |
Encodes a text to Base64 encoding. The result can be sent safely over internet without any characters being changed. This function formats the output so that it is better readable for email.
Encr_EncodeBase64 ( switches ; text )
![]() |
Encr_EncodeSafeAscii |
Encodes a text to lower ASCII characters in the range 45…127. The result can be sent safely over internet without any characters being changed. This function formats the output so that it is better readable for email.
Encr_EncodeSafeAscii ( switches ; text )
![]() |
Encr_EncodeShortSafeAscii |
Encodes a text to Ascii characters in the range 45…127. These characters can be exported as tab separated text and also sent safely over internet.
Encr_EncodeShortSafeAscii ( switches ; text )
![]() |
Encr_EncryptAES |
Encrypts text using the AES algorithm and the password.
Encr_EncryptAES ( switches ; password ; dataToEncrypt )
![]() |
Encr_EncryptNewDES |
Encrypts text using a DES algorithm and the current crypt key. Specify a key first with the function Encr_SetCryptKey.
Encr_EncryptNewDES ( switches ; text )
![]() |
Encr_GeneratePassword |
Generates a random password with the specified length.
Encr_GeneratePassword( switches ; passwordLength )
![]() |
Encr_GetPasswordFromKeychain |
Gets a password from the keychain (for this account and/or yourID).
Encr_GetPasswordFromKeychain ( switches ; account { ; yourID } )
![]() |
Encr_MakeDigest |
Generates a MD5 or SHA digest.
Encr_MakeDigest ( switches ; text )
![]() |
Encr_GetPasswordStrength |
Checks a password for its strength. Returns a positive number (with a value of more than 60 being a good strength)
Encr_GetPasswordStrength( switches ; password)