Frequently Asked Questions

Note:

  • Global questions
  • Cryptographic questions
  • Implementation questions
  • Global questions

    Question: Do I, as a programmer, have to care about security?
    Answer:
    Question: Can you give me some examples what I can do with encryption in my JSP application?
    Answer:
    Question: How safe is it?
    Answer:
    Question: Could someone crack it?
    Answer:
    Question: What about law issues and import/export regulations?
    Answer:
    Question: I've encrypted some text/files and I've lost my passphrase/key. How can I recover the text/files?
    Answer:

    Cryptographic questions

    Question: What's the difference between the PBEEncrypt & Encrypt tags?
    Answer:
    Question: What do you mean with "hybrid encryption"?
    Answer:
    Question: How do I choose the correct algorithm for my application?
    Answer:
    Question: Which are the different algorithms (and that are available with the provider)?
    Answer:
    Question: Pfff! I don't know which one to use!
    Answer:

    Implementation questions

    Question: What is JCE?
    Answer:
    Question: Which JCE provider do you use?
    Answer:
    Question: Can I use other JCE providers and which others do exists?
    Answer:
    Question: Why are you using "StringBuffer" instead of "String" for passwords & text?
    Answer:
    Question: Is it really necessary to clear the memory?
    Answer:
    Question: How do I use StringBuffers?
    Answer:
    Question: Are there more possibilities to increase security?
    Answer: