Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-6387296

Secure Password Support

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Won't Fix
    • Icon: P3 P3
    • None
    • 6
    • security-libs

      Create a Password class to limit leakage of password characters (as compared to char[] or String). Store the chars obfuscated in memory and use OS support for locking page in memory. The Password class should also have end-to-end support (i.e. from input via Swing/Console to password use in KeyStore/JAAS/etc).

      Passwords currently represented as String or char[] have a number of issues:
      Strings are immutable and can not be cleared. char[] is better, but doesn't a) ensure that no unnecessary copies are created (b) all copies of the password are destroyed after use and (c) prevent password memory from getting swapped to disk, or written to core files.

            mullan Sean Mullan
            mullan Sean Mullan
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: