I have created java encryption/decryption methods using good encryption algorithms and we are using both functionalities in our application .These methods are working based on encryption key(string).
As a developer I can see the encryption key in my java file and using that key I can do decryption.My client need to hide that encryption key from developers and key should be with tool owner.
I am using java 1.7 version,DB2 database and WebSphere application server .
How is this possible ?
Thanks, Nikhil