Jump to content
Server Maintenance This Week. ×

Encryption Plugin


proton

This topic is 8246 days old. Please don't post here. Open a new topic instead.

Recommended Posts

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.

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

This topic is 8246 days old. Please don't post here. Open a new topic instead.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.