implement RC5 encryption in java -


I have an assignment to implement this RC5 encryption in my Java project but I do not know that How to get it?

I tried to create a cipher object as the bottom line and threw an exception to me:

  cipher desCipher = cipher Get Instances ("RC5"); *** java.security.NoSuchAlgorithmException: there can not support provider RC5 ***  

But when I'm making cipher object, "DES", "RC 2" Like other providers work fine,

I am using jdk6, if this is the case

I believe that an RC5 implementation is used to see them as their provider and see that it works.


Comments

Popular posts from this blog

python - Overriding the save method in Django ModelForm -

html - CSS autoheight, but fit content to height of div -

qt - How to prevent QAudioInput from automatically boosting the master volume to 100%? -