| <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> |
| <html lang="en"> |
| <head> |
| <meta name="copyright" content= |
| "Copyright (c) IBM Corporation and others 2008, 2011. This page is made available under license. For full details see the LEGAL in the documentation book that contains this page."> |
| <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> |
| <meta http-equiv="Content-Style-Type" content="text/css"> |
| <link rel="STYLESHEET" href="../book.css" charset="ISO-8859-1" type="text/css"> |
| <script language="JavaScript" src="PLUGINS_ROOT/org.eclipse.help/livehelp.js" type="text/javascript"></script> |
| <title>Secure storage</title> |
| </head> |
| <body bgcolor="#FFFFFF"> |
| <h1 class="Head">Secure storage</h1> |
| <p>The secure storage saves data in an encrypted form. On some operating systems, it uses your operating system |
| account information to provide a single sign-on experience.</p> |
| <p>The secure storage itself does not contain encryption code. It uses algorithms supplied by the Java virtual |
| machine and/or the operating system.</p> |
| <h3>Frequently asked questions</h3> |
| <ul> |
| <li> |
| <h4>What encryption is used?</h4> |
| <p>By default, the 56-bit DES algorithm is requested from the Java virtual machine.</p> |
| <p>The <a class="command-link" href= |
| 'javascript:executeCommand("org.eclipse.ui.window.preferences(preferencePageId=org.eclipse.equinox.security.ui.storage)")'> |
| <img src="PLUGINS_ROOT/org.eclipse.help/command_link.svg" alt="command link"> <strong>General > Security > |
| Secure Storage</strong></a> preference page allows you to change the encryption algorithm. Note that the new |
| algorithm will be applied to newly created secure storages only. The list of compatible algorithms depends on the |
| Java virtual machine running this application.</p> |
| </li> |
| <li> |
| <h4>How do I change a password?</h4> |
| <p>You can change password via the <b>Change Password...</b> button on the <a class="command-link" href= |
| 'javascript:executeCommand("org.eclipse.ui.window.preferences(preferencePageId=org.eclipse.equinox.security.ui.storage)")'> |
| <img src="PLUGINS_ROOT/org.eclipse.help/command_link.svg" alt="command link"> <strong>General > Security > |
| Secure Storage</strong></a> preference page.</p> |
| </li> |
| </ul> |
| <h2>Resolving problems</h2> |
| <ul> |
| <li> |
| <h4>Lost secure storage password or invalid secure storage password</h4> |
| <p>If you have specified password recovery questions/answers, you can use the <a class="command-link" href= |
| 'javascript:executeCommand("org.eclipse.ui.window.preferences(preferencePageId=org.eclipse.equinox.security.ui.storage)")'> |
| <img src="PLUGINS_ROOT/org.eclipse.help/command_link.svg" alt="command link"> <strong>General > Security > |
| Secure Storage</strong></a> preference page to recover the master password. After the master password has been |
| recovered, it is strongly recommended that you change the master password using the <b>Change Password...</b> |
| button on the <a class="command-link" href= |
| 'javascript:executeCommand("org.eclipse.ui.window.preferences(preferencePageId=org.eclipse.equinox.security.ui.storage)")'> |
| <img src="PLUGINS_ROOT/org.eclipse.help/command_link.svg" alt="command link"> <strong>General > Security > |
| Secure Storage</strong></a> preference page.</p> |
| <p>The recovered password is not displayed, but stored in the memory cache until the application is closed.</p> |
| </li> |
| <li> |
| <h4>If all else fails</h4> |
| <p>If you have a problem with secure storage that you can not find a workaround for, the secure storage can be |
| deleted using the <b>Delete</b> button on the <a class="command-link" href= |
| 'javascript:executeCommand("org.eclipse.ui.window.preferences(preferencePageId=org.eclipse.equinox.security.ui.storage)")'> |
| <img src="PLUGINS_ROOT/org.eclipse.help/command_link.svg" alt="command link"> <strong>General > Security > |
| Secure Storage</strong></a> preference page. This, of course, will delete all the contents of the secure storage. |
| It is highly recommended that you restart the application after secure storage has been deleted.</p> |
| </li> |
| </ul> |
| <h3 class="related">Related concepts</h3><a href="ref-securestorage-works.htm">How secure storage works</a><br> |
| <a href="ref-securestorage-recovery.htm">Password recovery</a><br> |
| <a href="ref-securestorage-passwd.htm">Life of a master password</a> |
| <h3 class="related">Related reference</h3><a href="ref-securestorage-prefs.htm">Secure storage preference |
| page</a><br> |
| <a href="ref-securestorage-options.htm">Secure storage runtime options</a> |
| </body> |
| </html> |