So, how do I do it? Can’t find any example anywhere that successfully uses RC4.
Also, doing cipher = Cipher.getInstance(“RC4”); returns a NoSuchAlgorithm exception
So, how do I do it? Can’t find any example anywhere that successfully uses
Share
If you list the available Ciphers:
There’s a few RC4 variants – such as PBEWITHSHAAND128BITRC4 (PKCS#5). Which one do you need?