Search:

Type: Posts; User: BobS0327

Search: Search took 0.10 seconds.

  1. Re: Are mobile agents an appropriate implementation mechanism for Distributed system?

    Translation...
    Mobile agents are programs that can move thru a network under their own control, migrating from host to host and interacting with other agents and resources on each host. After the...
  2. Replies
    2
    Views
    2,333

    Re: AES image encryption decryption

    Assuming that you don't want to use the crypto extensions, then take a look at the AES.java file at this project https://code.google.com/p/jomnilink/
  3. Re: Store a random C buffer inside a Java String

    Unfortunately, I don't know what environment your coding in, Linux, Windows etc. But I'll assume Windows. First of all, strings are different in C and Java. In Java they are sequences of UTF-16...
  4. Replies
    3
    Views
    2,122

    Re: Chat security. pursuing aid.

    I'm not sure why you're using 3DES (DES). It was really meant to be implemented in hardware. IMHO, a software implementation would be a serious hit on performance.

    But anyway, you may want to...
  5. Replies
    5
    Views
    2,686

    Re: java.io.EOFException

    Problem resolved. Using the above posted stack trace led me to line 182 in Main java which is..


    ObjectStatus status = c.reqObjectStatus(Message.OBJ_TYPE_UNIT,1,max_units);

    The max_units...
  6. Replies
    5
    Views
    2,686

    Re: java.io.EOFException

    The code I am using can be found at https://code.google.com/p/jomnilink/ This is code that accesses a security controller. Code compiles successfully. But executing the code produces the above...
  7. Replies
    5
    Views
    2,686

    java.io.EOFException

    I am new to java programming and have encountered the following error. I'd greatly appreciate advice and assistance in resolving this exception.

    The exception...



    Listing of the referenced...
Results 1 to 7 of 7