Need portable encryption/decryption mechanism

I write a program that is used around the world.

Users need passwords to use certain features. I'm looking to implement Java encryption in the next release so that I can give them a password that decrypts into something meaningful to me.

Problem: I'm new to Java encryption. It appears that there's something built into the JDK. My questions:

- How portable is it around the world (i.e. Will it work in all countries?)

- Can anyone point me to good examples on how to use it?

[509 byte] By [jneaua] at [2007-10-3 4:29:48]
# 1
http://java.sun.com/j2se/1.5.0/docs/guide/security/jce/JCERefGuide.html#PBEExand http://java.sun.com/j2se/1.5.0/docs/guide/security/CryptoSpec.html#DynamicKeyLength
arshad.noora at 2007-7-14 22:32:58 > top of Java-index,Security,Cryptography...