home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / programmer / 1299 < prev    next >
Encoding:
Text File  |  1996-08-05  |  2.5 KB  |  52 lines

  1. Path: lightning.mgl.ca!snapper
  2. From: snapper@mgl.ca (Allan Purtle)
  3. Newsgroups: comp.sys.amiga.programmer,comp.sys.amiga.networking
  4. Subject: Re: Best Mail Program for use with SLIP, SMTP, POP, AmiTCP?
  5. Followup-To: comp.sys.amiga.programmer,comp.sys.amiga.networking
  6. Date: 17 Jan 1996 17:31:53 GMT
  7. Organization: MGL Systems Internet
  8. Message-ID: <4djbqa$f5o@thunder.mgl.ca>
  9. References: <jdjiviqtgtf.fsf@neppari.cs.hut.fi> <1264.6579T945T2649@ipacific.net.au> <4crjnb$gr8@redstone.interpath.n <4dbtic$c4g@thunder.mgl.ca> <slrn4fljl9.pe5.hkantola@karhu.Helsinki.FI>
  10. NNTP-Posting-Host: lightning.mgl.ca
  11. X-Newsreader: TIN [version 1.2 PL2]
  12.  
  13. Heikki Kantola (hkantola@cc.Helsinki.FI) wrote:
  14. : Allan Purtle <snapper@mgl.ca> provided the following
  15. : for the eyes of comp.sys.amiga.programmer,comp.sys.amiga.networking:
  16. : >
  17. : >Wait till you get a Java on your Amiga.... then I can run my own code on your 
  18. : >machine easily, as opposed to having to do a bunch of work to do it via rexx. When 
  19. : >you tell me my Java applet zapped your drive, I'll just say "oh, a bug, I'll have 
  20. : >to fix that some day..."
  21.  
  22. : FYI Java is designed as secure and read/write-operations are not 
  23. : possible at all on the client side. For more info check Java security 
  24. : FAQ at <URL:http://java.sun.com/sfaq/>.
  25.  
  26. : -- 
  27. : Heikki Kantola aka Hezu@IRC,          /// IhmiselΣmΣ ei ole ollenkaan
  28. : Computer Linguistics Student         ///  niin monimutkaista kuin miltΣ 
  29. : at the University of Helsinki    \\\///   se nΣyttΣΣ - se on paljon 
  30. : E-Mail: Heikki.Kantola@Helsinki.FI\///    monimutkaisempaa. 
  31.  
  32.  
  33. --
  34. Yes, Java is designed as secure, however it is has yet to be implemented as bullet 
  35. proof on a Windows 95 environment, and an Amiga implementation would likely be 
  36. incapable of preventing someone like me from doing what ever I wanted.
  37.  
  38. The nature of the Amiga OS presents problems that Java itself cannot guard 
  39. against, which is not to say that additional support to improve these conditions 
  40. couldn't be implemented in addition to the Java interpreter and local toolkits.
  41.  
  42. The best thing you can do to aid someone in breaking into your system is to assume 
  43. that you actually have protection against such attacks.  Thi internet was not 
  44. designed to provide security intrinsicly, so the best you can hope for is a 
  45. reasonable expectation that you have some level of protection, but that certainly 
  46. doesn't translate to bullet proof under any currently implemented operatng system.
  47.  
  48. When dealing with the internet you should make only one assumption.
  49.     "secure and internet are mutually exclusive"
  50.  
  51.  
  52.