Search:

Type: Posts; User: drwatson

Search: Search took 0.08 seconds.

  1. Re: Cipher Client/Server Encryption/Decryption Program - Please Help

    I do want the client to write the key before server reading it.

    Client - writes key on server to keyfile.txt ==> uses keyfile.txt from server to encrypt message string ==> creating cipherstream...
  2. Re: Cipher Client/Server Encryption/Decryption Program - Please Help

    With "KeyFile3.ser"? I sorry to bother you, but I'm lost.
  3. Re: Cipher Client/Server Encryption/Decryption Program - Please Help

    IC - didn't think of that till just now.

    I have the client looking at the server for the socket, so if I reverse it will error out too.

    Any recommendations?
  4. Re: Cipher Client/Server Encryption/Decryption Program - Please Help

    Server executed first, and client afterwards.
  5. Re: Cipher Client/Server Encryption/Decryption Program - Please Help

    My intent is for the key to be read from:

    out.writeObject(key1);

    after the key has been made and stored.

    1998
  6. Cipher Client/Server Encryption/Decryption Program - Please Help

    import java.io.*;
    import java.net.*;
    import java.security.*;
    import javax.crypto.*;

    public class CipherClient
    {
    public static void main(String[] args) throws Exception
    {
    // -Generate a...
Results 1 to 6 of 6