Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsWhite Papers
Discussion GroupsFirst AidDatabasesJavaBeansGUIJava 3DVirtual MachineCORBASecurityToolsGeneral
Java DirectoryOpen Source ProjectsSample Book ChaptersUser GroupsWeb Resources
Related Topics
Databases.NETMore Topics ...

Java Forum / General / April 2007

Tip: Looking for answers? Try searching our database.

Another Client Server Program

Thread view: 
nish - 08 Apr 2007 23:09 GMT
Hi friends,

In the another program

Q CREATE A server that asks for a password, then opens a file and
sends the file over the network connection. Create a client that
connects to this server, gives the appropriate password, then captures
and saves the file.

Your suggestions are welcome

Nish
Lew - 08 Apr 2007 23:12 GMT
> Hi friends,
>
[quoted text clipped - 6 lines]
>
> Your suggestions are welcome

This is not a homework service.  You can't just post all your homework
questions spamwise at the group.

Post an SSCCE of what you've tried and ask specific questions about things
that trouble you.

Note that your posts so far do not actually contain a request.  What exactly
are you looking for people to do?

Signature

Lew

Joshua Cranmer - 09 Apr 2007 01:27 GMT
> Hi friends,
>
[quoted text clipped - 8 lines]
>
> Nish

The JavaDocs are your friends.

Poke around java.net.
Red Orchid - 09 Apr 2007 07:24 GMT
"nish" <nishant.friend@gmail.com> wrote or quoted in
Message-ID <1176070191.179372.27470@d57g2000hsg.googlegroups.com>:

> Q CREATE A server that asks for a password, then opens a file and
> sends the file over the network connection. Create a client that
> connects to this server, gives the appropriate password, then captures
> and saves the file.

It seems homework.  So, if security implementation  is added to your
work, it will be good because network is not safe.

For example,
(Client)
   1) encrypt a password with public-key.
   2) send it to Server.
(Server)
   3) decrypt the password with private-key.
   4) ...
   5) encrypt a file with the decrypted password.
   6) send it to Client.
(Client)
   7) decrypt the file with the password.
   8) ...


Free Magazines

Get these publications absolutely FREE for up to 12 months. There are no hidden fees and no obligation. Simply choose a title, complete the application form and submit it. Read more ...

Oracle MagazineNetwork ComputingComputer WorldBio-IT WorldeWeekInformation WeekInfosecurity
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.