MySQL Forums
Forum List  »  Security

Re: Secure java app. on internet ?
Posted by: Yvan Genesse
Date: April 05, 2006 02:57PM

1)Define System

i) Create an ActiveX module for encrypting any info sent over the net from the client PC, such as a custom AES Encryption Module hand written.

ii) Server Side Code Decrypts Info sent from Client PC... using Decrypter Code on Server Side Code (# //Invisible to browsers // # )


2)Prior to transaction Start:

i) ActiveX Plugin must be present to allow communication to server, else offer or (send) to download link for plugin.

ii) Test for Plugin: State, Code Inside(checksum module !!!), Creation Date, ect...

iii) Rotate your encryption ActiveX Module(version(s))regularly.


3) Counter measures for predictabilities.

i) Collect IP's of clients and save them on a DB. Use them as an extra test but not crutial( or maybe you want it to be).

ii) Common Sence Always Prevail's.

iii) Use LOGIN ACCOUNTS !!!

iv) Use Server Side Variables to track user activities, and trigger appropriate routines.

I'am A C# developer in Microsoft Visual Studio EA Dot.Net 2003

Options: ReplyQuote


Subject
Views
Written By
Posted
2902
April 02, 2006 01:47PM
Re: Secure java app. on internet ?
2235
April 05, 2006 02:57PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.