I have to use OpenSSL in a Java web project and I don\'t know anything about \'OpenSSL\'.
How can I integrate OpenSSL with my project? is there any good fundamental tuto
Best solution: Use Java's built-in security for simple tasks or use BouncyCastle for more advanced ones.
If you HAVE TO use OpenSSL from Java you have 2 choices: