Re: [Tn5250j-general] Passing User ID and Password in Applet

2005-06-16 Thread Wim . Van . Leuven
lgren <[EMAIL PROTECTED]> Sent by: [EMAIL PROTECTED] 16/06/2005 18:35 Please respond to tn5250j-general@lists.sourceforge.net To tn5250j-general@lists.sourceforge.net cc Subject Re: [Tn5250j-general] Passing User ID and Password in Applet Thanks to all.  You gave me mu

Re: [Tn5250j-general] Passing User ID and Password in Applet

2005-06-16 Thread Kenneth Pouncey
Pete Pete Helgren wrote: Thanks to all.  You gave me much to think about Wim, I don't know much about SSL or how it is initiated but I thought that if you used SSL the stream was fully encrypted.  That is, if you are using SSL then the traffic that is passing over port 992 is encryp

Re: [Tn5250j-general] Passing User ID and Password in Applet

2005-06-16 Thread Pete Helgren
Thanks to all.  You gave me much to think about Wim, I don't know much about SSL or how it is initiated but I thought that if you used SSL the stream was fully encrypted.  That is, if you are using SSL then the traffic that is passing over port 992 is encrypted, even the signon screen.  Is

Re: [Tn5250j-general] Passing User ID and Password in Applet

2005-06-16 Thread Kenneth Pouncey
Hello all First cover samples and then the questions afterwards. I have basically taken the day off to write some sample programs. Am thinking of creating a samples directory and delivering them on the SF download site. If anybody has any sample code they have written to do some of the stuff t

Re: [Tn5250j-general] Passing User ID and Password in Applet

2005-06-16 Thread Wim . Van . Leuven
Hello Pete, I'm not quite sure why everybody make a problem about the clear passwords. When you would send them encrypted, the emulator telnets to the AS/400 and what does he do in the first place: send your userid and password to the as/400. I think that these are in clear text also. The only so

Re: [Tn5250j-general] Passing User ID and Password in Applet

2005-06-16 Thread gaurav . sharma
AIL PROTECTED]> Sent by: [EMAIL PROTECTED] 06/16/2005 12:07 PM Please respond to tn5250j-general@lists.sourceforge.net To tn5250j-general@lists.sourceforge.net cc Subject Re: [Tn5250j-general] Passing User ID and Password in Applet Pete Here is the part about the flow contro

Re: [Tn5250j-general] Passing User ID and Password in Applet

2005-06-15 Thread Kenneth Pouncey
Wim, Pete and all CORRECTION! Sorry about what was written. It sounded like I did not like Wim's implementation but meant I did not like the implementation of the portal article as the thread mentions and gives reasons why. Sorry. It seems I need to go back and learn how to write in my

Re: [Tn5250j-general] Passing User ID and Password in Applet

2005-06-15 Thread Kenneth Pouncey
Pete Here is the part about the flow control that he uses and is actually quite cool for the implementation.  Had not thought of doing it that way.  It would be a change on the host but very small as the original command is wrapped and the application process is not changed in anyway. ===

Re: [Tn5250j-general] Passing User ID and Password in Applet

2005-06-15 Thread Kenneth Pouncey
and link to the archives. Scroll down to tn5250j portal thread. http://www.mail-archive.com/tn5250j-general@lists.sourceforge.net/ Pete Helgren wrote: I had posted some of this about two years ago when I first started working with the 5250 applet. The problems that I had (and still have) ha

Re: [Tn5250j-general] Passing User ID and Password in Applet

2005-06-15 Thread Kenneth Pouncey
Here is a link again to the article: http://www.itjungle.com/fhg/fhg042005-story01.html Like I said do not like the solution but the implementation is great. Pete Helgren wrote: I had posted some of this about two years ago when I first started working with the 5250 applet. The problems that

Re: [Tn5250j-general] Passing User ID and Password in Applet

2005-06-15 Thread Kenneth Pouncey
Hello Pete Pete Helgren wrote: I had posted some of this about two years ago when I first started working with the 5250 applet. The problems that I had (and still have) have to do with the passing of UserID and password in the clear when I start an applet session. Gaurav posted some code th