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

  • SEARCH
  • Home
  • 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 6555321
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T12:48:17+00:00 2026-05-25T12:48:17+00:00

I have just finished an application, a simple messenger client and I am looking

  • 0

I have just finished an application, a simple messenger client and I am looking to encrypt all of the data, whether a phrase of 3 or 200 letters.

What’s the best algorithm for this type of app? At this moment I am trying to use 3DES with crypto++ (on VC10), but padding and others things seem a bit difficult.

I am not familiar with cryptography, so any helpful advice is welcome.

  • 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-25T12:48:18+00:00Added an answer on May 25, 2026 at 12:48 pm

    One important factor is how reliable the network connection is expected to be. If you don’t expect many dropped packets, or packets that arrive quite late, then you can use a stream cipher, or a symmetric block cipher in chaining mode. If you expect more network unreliability, then a symmetric block cipher in ECB mode would be more appropriate, because lost data would simply be lost data, and wouldn’t throw the whole thing out of sync. You’d want to pad each cleartext block with some random data; e.g., if each block is 64 bits, make at most 32 bits of that data, and the rest random. That way, it won’t be obvious if the same data is sent multiple times.

    Generally speaking, PKC isn’t used to encrypt messages. It’s used to encrypt a random session key, which is then used with a fast symmetric algorithm such as 3DES, AES, or Blowfish.

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

Sidebar

Related Questions

I have just finished my android application and now it's time to test it
I have a web application with some data in its datastore. I have just
I have just finished the development of a web service application in visual studio.
I have just finished my first real commercial application written in C++ / MFC.
I just finished porting an application from Windows into Linux. I have to create
I have just finished learning application development on android platform, as In matter of
I have just finished writing my c# console application, and I am contemplating embedding
i have written a simple console application just to try boost::thread, i am a
Have just finished my first web based application using Ruby on Rails. It was
So I am just starting out developing PHP web applications and have finished setting

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.