October 11, 200124 yr Hey People, I don't know if this exists, but is there an encryption plugin for Filemaker whereby you can specify which fields to encrypt, but you can also use it when hosting a database over the web? Eagerly awaiting your replies.
October 11, 200124 yr The problem is that the BROWSER must also do the same encryption, which means either a java applet or at least javascript besides just a plugin. I have a free plugin that does RC4 (browser type) and RC6, and troi has an excellent plugin that does tripleDES. But using either of these is only half of the solution, you also need something on the client side to encrypt the data on the browser before sending it. You might want to look into SSL instead.
October 12, 200124 yr Author quote: Originally posted by David McKee: The problem is that the BROWSER must also do the same encryption, which means either a java applet or at least javascript besides just a plugin. I have a free plugin that does RC4 (browser type) and RC6, and troi has an excellent plugin that does tripleDES. But using either of these is only half of the solution, you also need something on the client side to encrypt the data on the browser before sending it. You might want to look into SSL instead. David, I know what you mean. I am planning on using SSL already. What I am looking at is this: SSL will be used to encrypt and secure data in transit over the web, but when it resides in my database I would like certain 'sensitive' fields encrypted. You understand? Because it is safe travelling over the web, but to add extra protection to it in the database may become necessary. I know this is a difficult problem.
Create an account or sign in to comment