• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

whic security algorithm is most famous in JCE?

 
Ranch Hand
Posts: 155
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
i would like to which is the most commonly used or most famous algorithm in JCE.my requirement is i have to send wave file from client to server with encrypted format.


please reply me
 
Rancher
Posts: 43081
77
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
kaleeswaran,

I'm not sure how you could have posted more than 100 times with an invalid display name, but I'm sure you know that you need one. Please take a moment to change it before your next post, which you can do right here.

As to your question, I don't think there is a most famous one, nor is it known (at least to me) which one people use most. Either TripleDES or AES should work fine.
 
Rancher
Posts: 4803
7
Mac OS X VI Editor Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by kaleeswaran:
i would like to which is the most commonly used or most famous algorithm in JCE.my requirement is i have to send wave file from client to server with encrypted format.



I fail to understand why you would care what is "most famous" algorithm.

One selects a cipher according to one's own needs for security and speed.

Just use AES128 and don't worry.
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic