I have a non-executable JAR file (i.e. jar without main function as far as my java knowledge is concern) which contain a class. Class consist of encryption and decryption methods. I want to create a web application in Django which is going to use this encryption and decryption method.
I searched on google but couldn't find any suitable method which will let me use this methods.
Will appreciate some reading links along with some examples.