Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 4621638
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 22, 20262026-05-22T02:43:48+00:00 2026-05-22T02:43:48+00:00

I am working on a client-server application in Java which is going to use

  • 0

I am working on a client-server application in Java which is going to use private-key encryption.

Currently I have a class with a static object of the Cipher class which I initialise like this: myCipher.init(Cipher.DECRYPT_MODE, secretKey, ivParameterSpec);.

Now my question is: I have two-way communication, should I have a separate Cipher object for each way (one for encrypting and one for decrypting) and use the same initialisation vector? Or should I just use the same object and call Cipher.init() to change the modes depending on whether I am encrypting or decrypting?

It makes sense to have separate objects in my head, but I just wanted to be sure. I tried googling but most examples only show encryption one way.

Currently I send the initialisation vector to the server unencrypted, is this correct, or is there a security flaw?

Or am I approaching it completely the wrong way?

Thanks.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-22T02:43:49+00:00Added an answer on May 22, 2026 at 2:43 am

    Your question is two fold:

    1. You should use one object. This saves memory. But if memory is spendable, go ahead with two. At least that’ll make your code more readable.

    2. IV needs not encrypted. IV is a random value, sync’d by both the sender and receiver. The most important thing about IV is it must not be repeated, or re-used, with the same key!

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am working on a server application which will have quite a fair number
I'm working on a client-side Java application for which I want to create a
I am working on a mini-project which consists of doing a client-server chat application.
I am currently developing Java/GWT-application which is hosted on a weblogic application server. I
I'm working on a Java 6 application server which has a web service for
I am working on a client-server application that uses boost::serialization library for it's serialization
I am building a client server application using Java Sockets (in Windows XP). For
I'm working on a client/server application where the connections from the client to the
I have a multi-user application consisting of a flex client and blazeds/Spring/java backend -
I am developing a Spring (Java framework for server-side web-development)web application, which will respond

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.