August 19, 201015 yr Hi, I use exported XML to transfer data from FM to another application that processes it. The exported XML contains very sensitive data and is easily accessible by the users. How can I encrypt the exported XML and then decrypt it by the other application? any tips? Thanks a lot in advance!
August 19, 201015 yr I don't think this is possible using Filemaker's native export. You could probably use a plugin to encrypt the data BEFORE exporting it, or bypass Filemaker's export completely by using a plugin or OS-level scripting to create the output document. A lot depends on what the target application is capable of.
August 19, 201015 yr Author Thanks a lot comment. The target application is Flash so I guess Actionscript could be used to decrypt. I had a quick look at the Troi plugin, but it only encrypts text fields. So I guess I'd have to 1) export the xml 2) import it to a text field 3) export the encrypted text field as an xml file (with the same name as the originally exported xml so it overwrites the file) 5) use Actionscript to decrypt the file Does this make sense?
August 19, 201015 yr The method you describe is not very secure, because the plain-text exported file exists for a short while and could be copied at that time. If that were acceptable, you could simply export as usual and immediately issue an OS-level command to encrypt the resulting file and destroy the original.
Create an account or sign in to comment