Hi, I'm trying to write some cipher codes that utillise RSA, however it seems I need to have something of this sort:
new org.bouncycastle.jce.provider.BouncyCastleProvider()
However, when I write that in I get an error. Apparently i dont have bouncycastle in my system. I've tried looking on the web for it, but I can't understand what people are saying. It's as if there isn't anything to install or something.
Anyway, please, I need your help. Can someone tell me how I can get this bouncycastle working so I can write some codes?
Cheers