Code Comments

Programming Forum and web based access to our favorite programming groups.
For Programmers: Free Programming Magazines | New: Database administration forum
Registration is free! Edit your profileCalendarFind other membersFrequently Asked QuestionsSearch -> 
Post New Thread











Thread
Author

Encrypted NNTP ???
I was wondering if any one know if Comcast allows for encrypted communicatio
ns
from Outlook express to these news servers.
I just ran a sniffer on my internal network and captured the traffic between
 my
pc and the Giga news server when I updated the headers...  Not to my surpris
e I
saw that when OE was connecting to Giganews, the main user account and passw
ord
were sent out on the wire as clear text..
I discovered this was also happening with outlook when I checked for email b
ut I
was able to enable SSL for the email sessions.  I would like to do the same 
for
these news servers..

J



Report this thread to moderator Post Follow-up to this message
Old Post
Jammin Jay
06-01-05 01:59 AM


Re: Encrypted NNTP ???
Sorry, wrong Thread.

My Bad...


J



"Jammin Jay" <jason.senf@snhu.edu> wrote in message
news:DZudnSIUNshvWAHfRVn-uA@comcast.com...
>I was wondering if any one know if Comcast allows for encrypted communicati
ons
>from Outlook express to these news servers.
> I just ran a sniffer on my internal network and captured the traffic betwe
en
> my pc and the Giga news server when I updated the headers...  Not to my
> surprise I saw that when OE was connecting to Giganews, the main user acco
unt
> and password were sent out on the wire as clear text..
> I discovered this was also happening with outlook when I checked for email
 but
> I was able to enable SSL for the email sessions.  I would like to do the s
ame
> for these news servers..
>
> J
>



Report this thread to moderator Post Follow-up to this message
Old Post
Jammin Jay
06-01-05 01:59 AM


Re: Encrypted NNTP ???
Interesting. My ISP does not require a username or password to access the
newsgroups unless you are not on their network.

Still worrying enough to warrant investigation. I had the same worry when I
first found out my bank card's PIN is stored on the card itself and that
anyone with a card reader and some time can extract it with little effort.
Scary world we live in.

On the topic of security : Does anyone have any good experiences with
obfuscating some JAVA classes? I'm worried about local competitors because
our courts don't really care about software copyright that much and I have
to take some steps to prevent copying of my app becoming a walk in the park
procedure.

Regards

--
Ewald Horn
Business Manager
NoFuss Solutions
South Africa / Suid Afrika
Tel : +27 (0)83 305 3556
Web : http://www.nofusspos.com
Email / E-pos : ewald@nofusspos.com



Report this thread to moderator Post Follow-up to this message
Old Post
Ewald Horn
06-01-05 01:59 AM


Re: Encrypted NNTP ???
Jammin Jay schrieb:

> I just ran a sniffer on my internal network and captured the traffic betwe
en my
> pc and the Giga news server when I updated the headers...  Not to my surpr
ise I
> saw that when OE was connecting to Giganews, the main user account and pas
sword
> were sent out on the wire as clear text..
> I discovered this was also happening with outlook when I checked for email
 but I
> was able to enable SSL for the email sessions.  I would like to do the sam
e for
> these news servers..

If the newsserver and your client support NNTP over SSL (snntp or nntps)
you can use it. The default port is 563 for nntps instead of 119 for nntp.

Jan

Report this thread to moderator Post Follow-up to this message
Old Post
Jan Peter Stotz
06-01-05 02:04 PM


Re: Encrypted NNTP ???
Ewald

I tried retroguard, and that works fine on your own code. If you use
third-party libraries bundled with your JAR, this may become complicated.
Retroguard takes a JAR input, creates a JAR output.


rgds

Glenn





"Ewald Horn" <info@nofusspos.com> wrote in message
news:d7iir8$3qh$1@ctb-nnrp2.saix.net...
> Interesting. My ISP does not require a username or password to access the
> newsgroups unless you are not on their network.
>
> Still worrying enough to warrant investigation. I had the same worry when
I
> first found out my bank card's PIN is stored on the card itself and that
> anyone with a card reader and some time can extract it with little effort.
> Scary world we live in.
>
> On the topic of security : Does anyone have any good experiences with
> obfuscating some JAVA classes? I'm worried about local competitors because
> our courts don't really care about software copyright that much and I have
> to take some steps to prevent copying of my app becoming a walk in the
park
> procedure.
>
> Regards
>
> --
> Ewald Horn
> Business Manager
> NoFuss Solutions
> South Africa / Suid Afrika
> Tel : +27 (0)83 305 3556
> Web : http://www.nofusspos.com
> Email / E-pos : ewald@nofusspos.com
>
>



Report this thread to moderator Post Follow-up to this message
Old Post
Glenn Reynolds
06-01-05 02:04 PM


Re: Encrypted NNTP ???
"Glenn Reynolds" <edrh@pd.jaring.my> wrote in message
news:d7k1tr$30it$1@news6.jaring.my...
> Ewald
>
> I tried retroguard, and that works fine on your own code. If you use
> third-party libraries bundled with your JAR, this may become complicated.
> Retroguard takes a JAR input, creates a JAR output.
>
>
> rgds
>
> Glenn

Thanks, it does get a little complicated with the libraries but nothing I
can't handle.

Regards

--
Ewald Horn
Business Manager
NoFuss Solutions
South Africa / Suid Afrika
Tel : +27 (0)83 305 3556
Web : http://www.nofusspos.com
Email / E-pos : ewald@nofusspos.com



Report this thread to moderator Post Follow-up to this message
Old Post
Ewald Horn
06-01-05 09:01 PM


Re: Encrypted NNTP ???
> From: "Ewald Horn" <info@nofusspos.com>
> Does anyone have any good experiences with obfuscating some JAVA
> classes? I'm worried about local competitors because our courts don't
> really care about software copyright that much and I have to take some
> steps to prevent copying of my app becoming a walk in the park
> procedure.

If you put your best software in an applet so that anybody on the net
can download it any time they want, you're a stupid fool and don't
deserve anybody's help.

If you keep your best software on the server, making it usable by
others via HTTP(JSP/Servlet/EJB) or RMI, but all that any remote user
can see is the interface and its i/o behaviour, not the
implementation, then what is the problem? Does your ISP lack proper
security or what? Or are you running the server on your own personal
Micro$uck Losedows system which is plagued with worm/trojan problems
from InterShit Exploiter etc. and you can't afford a firewall as a
separate box to protect your crappy server?

Report this thread to moderator Post Follow-up to this message
Old Post
Robert Maas, see http://tinyurl.com/uh3t
06-11-05 08:58 AM


Sponsored Links




Last Thread Next Thread Next
Search this forum -> 
Post New Thread

Java Help archive

Show a Printable Version Send to friend Email This Page to Someone! subscribe to this thread Receive updates to this thread
Computer Consultants
Programming Jobs
Visual Basic Controls
SQL Server Programming
Webservices
Java Security
Visual Studio
C# Programming
Visual J++
Software engineering
Open source Software
Perl Programming
PHP Programming
ASP Programming
ASP .NET Programming
Visual Basic Programming
Windows Scripting Host
Java Programming
Java Help
Java Beans
VBScript
Cobol
MAC Applications
Unix Programming
Forum Jump:
All times are GMT. The time now is 06:34 PM.

 
Free MCSE Braindumps | Real Estate Topics

Programming forum archive

Copyrights CodeComments.com 2004 - 2006

Powered by vBulletin Copyright 2000-2006 Jelsoft Enterprises Limited.