CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Apr 1999
    Posts
    21

    how do i sign my applets.

    hi,
    i hear a lot about signed applets. iam curious to know how to sign an applet. Also i wanted to know how to send text (user name/passwd) in encrypted format over the net.
    thankyou,
    javed.


  2. #2
    Join Date
    May 1999
    Posts
    12

    Re: how do i sign my applets.

    To sign an applet you can visit this site, there's an example:
    www.javasoft.com/security/signExample



  3. #3
    Guest

    Re: how do i sign my applets.

    Hi,

    I have found on the web after a long trip the good informations on a web site.
    Each browser have a particular procedure to sign applets!). The sites below explain how to sign an applet with Netscape Navigator, Internet Explorer and plug-in :

    http://www.suitable.com/Doc_codeSigning.shtml (personal site which describe the procedures and give a lot of useful links).
    http://ourworld.compuserve.com/homep...cle/index.html
    and the sites of Netscape, Microsoft.

    For instance, I try to sign my applet without buying a certificate to a CA (It's quite expensive : $20 a year!), but I don't succeed. It is possible, but the process is a bit more complicated.

    However, I have succeeded in signing my applet on the server with Internet Explorer. It's a good beginning !


    Paul-Emile Veuve

    [email protected]




Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured