Re: How to do form signing with Certificates?



To Ben and Tommy Grändefors

The actual thing I would like to achieve is that:
1) I've got a HTML form with some sensitive information (such as
address and bank a/c id etc)
2) now I would like the client to use his/her eCert to signed the form
(or the data from the form) and then submit to the server
3) before processing, the server should check if the form (or the data)
are correctly signed (using the client's public key to verify etc)
4) if ok, continue to process, if not return some error code etc

>>From Tommy's reply, most likely I would need a client side program /
applet to do the signing, so applet may be a good choice. So I will
drill into these topics if possible

Thx for all your replies!

>>From Jason (Kusanagihk)

.



Relevant Pages

  • Re: Applet Consideration
    ... the client applet to connect to the server. ... My computer(the server) is behind a router ... > i.e. boolean login(String domain, String user, String pass) ...
    (comp.lang.java.databases)
  • Re: problem with applet ....
    ... >might be the Applet security sandbox.. ... server program (creates a ServerSocket, after a Client socket etc ... I see a new Board in the SimpleClient applet, ...
    (comp.lang.java.programmer)
  • Re: problem with applet ....
    ... the applet creates a new board. ... These images when the applets starts ... Server sends the board to the client. ...
    (comp.lang.java.programmer)
  • Re: Calling a DLL from a Java Applet
    ... >> I'm trying to write a Java applet to call a dll that resides on the web ... >> web server. ... > The applet runs on the client. ...
    (comp.lang.java)
  • Re: What doesnt lend itself to OO?
    ... >> proxy and instructs the server to constuct the real object. ... rather than client code. ... If 'clock' is instantiated in the server, ... > for the server interface at the OOA level. ...
    (comp.object)

Loading