Bouncy Castle
843811Jun 23 2008 — edited Jun 24 2008Hey, I'm currently using bouncy castle encryption by placing the bouncy castle jar in C:\Program Files\Java\jdk1.6.0\jre\lib\ext and C:\Program Files\Java\jre1.6.0\lib\ext, and then using import org.bouncycastle...whatever in my java files. I was wondering is it somehow possible to package it up with my class files in a jar or whatever so I can have the program on a USB stick and run it from any java 1.6 enabled machine?
Thanks in advance