Search the Community
Showing results for tags 'openssl'.
-
Encryption Plug-in for FileMaker Pro 2025 released Lienden, the Netherlands, April 8, 2026–Troi today announced the immediate availability of Troi Encryptor Plug-in 9.0 for FileMaker Pro 2025. This version is compatible with the latest versions of FileMaker and runs on the latest versions of macOS and Windows. This version also adds initial compatibility with an upcoming new FileMaker version. Finally we improved the code in several places, making the plug-in more secure and robust. What is Troi Encryptor Plug-in? Troi Encryptor Plug-in is a very powerful tool for securing your FileMaker data, exporting or emailing your data without risk and importing safely back into Claris FileMaker. All from within FileMaker you can: encrypt text or container fields, using the powerful 256-bit AES encryption scheme, so that your sensitive data is secure export encrypted data that can be sent safely across internet, for example via email. No risk that someone will read or change the data while in transit use the decryption functions to restore the original information after you have imported the received email or export file back into FileMaker, with the assurance that nobody will have tampered with it exchange AES-encrypted data with other systems (like OpenSSL) generate safe, random passwords, check their strength and save and retrieve them to and from the keychain of the operating system verify data integrity and sources with SHA-256 message digests encode text in Base64 make conversions to and from binary compress databases with large text fields What is new in version 9.0? Troi Encryptor Plug-in 9.0 has the following new functionality and improvements: Improved compatibility Tested and made compatible with Claris FileMaker Pro 2025 (FileMaker Pro 22.0.6) Tested and made compatible with Claris FileMaker Pro 2024 (FileMaker Pro 21.1) Tested and made compatible with macOS 26 (Tahoe) and macOS 15 (Sequoia). Tested and made compatible with Windows 11, including Windows 11 version 25H2 (September 30, 2025). New functionality and improvements Added new “-UpperCase” switch to the Encr_MakeDigest function. When you add this switch the digest (hash) is returned in upper case characters. Improved the code in several places and added security checks. Specifically improved the security of the AES encryption functionality. Improved the EasyInstallTroiPlugins.fmp12 example file (v1.8.8). (macOS) Improved the startup registration of the plug-in. When the FileMaker Pro app is translocated and running from a random location, the registration file will now also be searched in “/Applications”. Improved registration workflow and added an option to disable further registering of the plug-in. Added handling of special DONT_REREGISTER_THIS_PLUGIN tag. Bug fixes and changes IMPORTANT The minimum supported FileMaker version is now FileMaker Pro 18. Also the minimum supported macOS version is now macOS 12 (Monterey). For Windows the minimum supported version is Windows 10 (November 2019 Update (19H2) and later). Fixed a small memory leak when running the plug-in’s Encr_Code function. Updated the source code and project to a new version. Startup Registration Log Improved the Startup Registration Log: now the name and version of the plug-in are shown at the beginning of the log. (macOS) Modernized the code for registration and flash dialog handling. (Windows) Improved the appearance of the flash dialog of the plug-in: the Troi Plugins logo is now displayed sharper and bigger on screens with higher scale factors. More detailed information on all changes and improvements implemented in Troi Encryptor Plug-in 9.0 can be found on the Encryptor Plug-in page. Pricing & Availability A fully functional demo version of Troi Encryptor Plug-in 9.0 is available on the Encryptor Plug-in page. Licenses cost US$ 85 per user. Details on developer licenses and multi-user discounts can be found on the Encryptor Plug-in page. You can order licenses there or from our shop. Upgrade information Version 9.0 needs a new registration code. The upgrade is free for users who bought a license for Troi Encryptor Plug-in on or after April 7, 2025. Eligible users will be sent a new registration. Contact us if you have not received yours after April 9, 2025. Upgrades from licenses bought before April 7, 2025 are available from US$ 55 per user. Upgrade prices for other licenses can be found in the shop. You can order upgrades there. More new versions We have recently updated 3 other plug-ins to add initial compatibility with an upcoming new FileMaker version. You can download these new version from their respective webpages: Troi Activator Plug-in 10.1 Troi File Plug-in 17.2 Troi Serial Plug-in 9.1
-
Encryption plug-in for FileMaker Pro 17 adds compatibility with OpenSSL. Alphen aan den Rijn, the Netherlands, February 12, 2019–Troi today announced the immediate availability of Troi Encryptor Plug-in 5.0 for FileMaker Pro 17. What is Troi Encryptor Plug-in? Troi Encryptor Plug-in is a very powerful tool for securing your FileMaker data, exporting or emailing your data without risk and importing safely back into FileMaker. All from within FileMaker you can: encrypt text or container fields, using the powerful 256-bit AES encryption scheme, so that your sensitive data is secure export encrypted data that can be sent safely across internet, for example via email. No risk that someone will read or change the data while in transit use the decryption functions to restore the original information after you have imported the received email or export file back into FileMaker, with the assurance that nobody will have tampered with it exchange AES-encrypted data with other systems (like OpenSSL) generate safe, random passwords and save and retrieve them to and from the keychain of the operating system verify data integrity and sources with SHA-1 message digests encode text in Base64 make conversions to and from binary compress databases with large text fields What is new in version 5.0? We updated Troi Encryptor Plug-in for FileMaker 17 and added the following new functionality: Added new Encr_GeneratePassword function, which can generate a strong, random password with a specified length. Also created a new example file to demonstrate all possibilities. Added PHP 7 encryption compatibility. You can now AES-256 encrypt text with the plug-in and and decrypt it with the OpenSSL functions of PHP 7. You can also decrypt text with the plug-in which was encrypted with the OpenSSL functions of PHP 7. Also created a new, extensive example which demonstrates how to encrypt and decrypt data for or from PHP 7. Improved the command line interface compatibility of the Encr_DecryptAES function: you can now decrypt text created by the openssl command in a command line interface (for example the macOS terminal). The plug-in now indicates if an external script step is compatible with a product. The step is shown in grey if it is incompatible for that product (for example for iOS) in the script editing pane (center) and the script steps pane (right). (macOS) Prepared the plug-in for notarization: the plug-in can now be added to a runtime, to create a hardened FileMaker runtime app which can be notarized by Apple. Notarization gives users more confidence, as the runtime has been checked by Apple for malicious components. (Windows) Added code signing to the plug-in for Windows. (On macOS code signing was already added in version 4.0). Version 5.0 also has the following changes and improvements: IMPORTANT (macOS only) The minimum supported FileMaker version is now FileMaker Pro 14. Also the minimum supported Mac OS version is now OS X 10.9 (Mavericks). You can keep using v4.x (currently v4.0.1) for older versions of FileMaker Pro or Mac OS X. (macOS) The plug-in no longer has the 32-bit code included. Renamed the function Encr_EncryptRijndaelAES to Encr_EncryptAES and the function Encr_DecryptRijndaelAES to Encr_DecryptAES. Improved the 64-bit compatibility of the plug-in and fixed a compilation problem with code signing and extended attributes in Mac OS 10.12 (Sierra). Updated the EasyInstallTroiPlugins.fmp12 file, it can now run a test registration script for a plug-in after you have installed it on FileMaker Server. Updated the user guide: clarified the format of TROI_AES the plug-in generates and added a section about exchanging data with OpenSSL. Updated the example files for FileMaker Pro Advanced 17. More detailed information on all changes and improvements implemented in Troi Encryptor Plug-in 5.0 can be found on the Encryptor Plug-in page. Pricing & Availability A fully functional demo version of Troi Encryptor Plug-in 5.0 is available on the Encryptor Plug-in page. Licenses cost US$ 79 per user. Details on developer licenses and multi-user discounts can be found on the Encryptor Plug-in page. You can order licenses from our shop. Upgrade information Version 5.0 needs a new registration. The upgrade is free for users who bought a license for Troi Encryptor Plug-in on or after August 15, 2017. Eligible users will be sent a new registration. Contact us if you have not received yours after February 14, 2019. Upgrades from licenses bought before August 15, 2017 are available from US$ 49 per user. Upgrade prices for other licenses can be found in the shop. You can order upgrades there.
