Click here to Skip to main content
15,896,063 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
In my xslt file there are random no. of places where encryption of some value needed.
And also it want to decrypt in a java class.
I am using xsl transformation using java code.
The values o be encrypt are in xml fie.
I had done encryption in java code and durig xsl transformation, set encrypted value as parameter.
But in the case where random no. of places where encryption need to perfrom, how can I do it?
Is it possible to decrypt in java class?
Posted
Comments
Sergey Alexandrovich Kryukov 16-Apr-13 0:50am    
You are a cheater, my friend. You are asking "questions", the "answer" by yourself and even accept the answers formally.
Why would you do it?

I'll recommend every reader to report OP's account for abuse.
—SA

1 solution

You should take a look at the concept of PGP[^].

There are great libs out there supporting you in the task.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900