CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    May 2000
    Posts
    1

    encoding within an applet can it be secure?

    Hello,

    I have an applet which should do this
    1) collect data
    2) encode the data
    3) send it over the net
    Can this be secure?
    Is there a package, which can make this in a way, that nobody can crack the data bei anayzing the applet code?

    Thank you
    Frodo


  2. #2
    Join Date
    Sep 1999
    Location
    Dubai, UAE
    Posts
    38

    Re: encoding within an applet can it be secure?

    Have a look at Hushmail( http://www.hushmail.com/ ). These guys have done exactly this - as a mail client applet. They offer secure mail - 1024 bit encryption. ( to Hushmail addresses, however... )

    The applet's code will still need to be obfuscated, though.

    Hope that helps...


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