views:

69

answers:

0

I have a unique problem of decrypting strings in realtime. It has to be super fast as it is a part of a caching system. As the caching system is a Java system I am looking for anything compatible. Is there a way of maybe tweaking the code to run super fast. Maybe write some C/C++ or low level code program and interface it with java?

Any clues for this?