
![]() |
Encr_SetCryptKey |
Specify which key is used to encrypt and decrypt a text.
Syntax
Encr_SetCryptKey ( switches ; the_key )
Online help for Troi Plug-ins for FileMaker Pro 16.
![]() |
Encr_SetCryptKey |
Specify which key is used to encrypt and decrypt a text.
Encr_SetCryptKey ( switches ; the_key )
![]() |
Encr_TextSignature |
Generates a signature of the characters that you can see. This means that only characters a-z, A-Z and 0-9 are used to generate the signature. So adding non-printing characters like spaces and returns doesn’t change the signature.
Encr_TextSignature ( switches ; text )
![]() |
Encr_Version |
Use this function to see which version of the plug-in is loaded.
Note: This function is also used to register the plug-in.
Encr_Version ( switches )
![]() |
Encr_VersionAutoUpdate |
Use this function to see which version of the plug-in is loaded, formatted for FileMaker Server’s AutoUpdate function. Returns 8 digit number to represent an AutoUpdate version.
Encr_VersionAutoUpdate
![]() |
Delete Password from Keychain |
Deletes a password from the keychain (for this account and/or yourID).
Delete Password from Keychain [ Select ; Result (error) ; Account ; YourID ]
![]() |
Get Password from Keychain |
Gets a password from the keychain (for this account and/or yourID).
GetPassword from Keychain [ Select ; Result ; Account ; YourID ]
![]() |
Save Password to Keychain |
Saves a password into the keychain (for this account and/or yourID).
Save Password to Keychain [ Select ; Result (error) ; Password ; Account ;
YourID ; Overwrite existing ]
![]() |
TURL_AuthorizeWithCallbackScript |
Talks with a web service to get an authorization URL. With the returned URL the user can authorize the plug-in (in a web browser) to use this service.
TURL_AuthorizeWithCallbackScript( switches ; method ; requestTokenURL ;
authorizationURLbegin ;
accessTokenStepURL ; fileName ; scriptName )
![]() |
Delete URL |
Sends request to delete an item at a specified place on the web server, using the DELETE method.
Delete URL [ Select ; Result ; Switches ; URL ]
![]() |
Get URL |
Gets the raw data of the specified URL. This can be for example the HTML of a web page.
Get URL [ Select ; Result ; Switches ; URL ]