Skip to content
Advertisement

Tag: java

How do I use 3DES encryption/decryption in Java?

Every method I write to encode a string in Java using 3DES can’t be decrypted back to the original string. Does anyone have a simple code snippet that can just encode and then decode the string back to the original string? I know I’m making a very silly mistake somewhere in this code. Here’s what I’ve been working with so

IKVM and Licensing

I have been looking into IKVMing Apache’s FOP project to use with our .NET app. It’s a commercial product, and looking into licensing, IKVM runs into some sticky areas because of its use of GNU Classpath. From what I’ve seen, no one can say for sure if this stuff can be used in a commercial product. Has anyone used IKVM,

Advertisement