| | |
| | | * |
| | | * |
| | | * Copyright 2006-2008 Sun Microsystems, Inc. |
| | | * Portions copyright 2013-2014 ForgeRock AS. |
| | | * Portions copyright 2013-2015 ForgeRock AS. |
| | | */ |
| | | package org.opends.server.extensions; |
| | | |
| | |
| | | |
| | | /** |
| | | * The password storage scheme name that will be used for passwords that are |
| | | * stored in base64-encoded form (virtually no protection, but the value is |
| | | * reversible). |
| | | */ |
| | | public static final String STORAGE_SCHEME_NAME_BCRYPT = "BCRYPT"; |
| | | |
| | | |
| | | |
| | | /** |
| | | * The password storage scheme name that will be used for passwords that are |
| | | * stored in Blowfish-encrypted form. |
| | | */ |
| | | public static final String STORAGE_SCHEME_NAME_BLOWFISH = "BLOWFISH"; |