You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@directory.apache.org by "Jacob S. Barrett (JIRA)" <di...@incubator.apache.org> on 2005/12/06 02:27:07 UTC

[jira] Created: (DIRJANUS-28) SimpleAuthenticator does not support salted digested passwords.

SimpleAuthenticator does not support salted digested passwords.
---------------------------------------------------------------

         Key: DIRJANUS-28
         URL: http://issues.apache.org/jira/browse/DIRJANUS-28
     Project: Directory AuthX
        Type: Improvement
  Components: Core  
    Reporter: Jacob S. Barrett
 Assigned to: Vincent Tence 
    Priority: Minor


The attached patch and added files provide a pluggable way to support additional password ciphers.  Included is an implemention for SHA, SSHA (salted SHA) and NULL (no encryption).  Using this framework one could add private/secret key based encryption, MD5 and SMD5, Unix crypt and so on.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


Re: [jira] Created: (DIRJANUS-28) SimpleAuthenticator does not support salted digested passwords.

Posted by Vincent <vt...@videotron.ca>.
I suspect this issue is meant to be in DIREVE, no?

-- Vincent

Le mardi 06 décembre 2005 à 02:27 +0100, Jacob S. Barrett (JIRA) a
écrit :
> SimpleAuthenticator does not support salted digested passwords.
> ---------------------------------------------------------------
> 
>          Key: DIRJANUS-28
>          URL: http://issues.apache.org/jira/browse/DIRJANUS-28
>      Project: Directory AuthX
>         Type: Improvement
>   Components: Core  
>     Reporter: Jacob S. Barrett
>  Assigned to: Vincent Tence 
>     Priority: Minor
> 
> 
> The attached patch and added files provide a pluggable way to support additional password ciphers.  Included is an implemention for SHA, SSHA (salted SHA) and NULL (no encryption).  Using this framework one could add private/secret key based encryption, MD5 and SMD5, Unix crypt and so on.
> 


[jira] Updated: (DIRJANUS-28) SimpleAuthenticator does not support salted digested passwords.

Posted by "Jacob S. Barrett (JIRA)" <di...@incubator.apache.org>.
     [ http://issues.apache.org/jira/browse/DIRJANUS-28?page=all ]

Jacob S. Barrett updated DIRJANUS-28:
-------------------------------------

    Attachment: password.patch
                AbstractPasswordCipher.java
                NullPasswordCipher.java

> SimpleAuthenticator does not support salted digested passwords.
> ---------------------------------------------------------------
>
>          Key: DIRJANUS-28
>          URL: http://issues.apache.org/jira/browse/DIRJANUS-28
>      Project: Directory AuthX
>         Type: Improvement
>   Components: Core
>     Reporter: Jacob S. Barrett
>     Assignee: Vincent Tence
>     Priority: Minor
>  Attachments: AbstractPasswordCipher.java, NullPasswordCipher.java, PasswordCipher.java, PasswordCipherException.java, SHAPasswordCipher.java, SSHAPasswordCipher.java, password.patch
>
> The attached patch and added files provide a pluggable way to support additional password ciphers.  Included is an implemention for SHA, SSHA (salted SHA) and NULL (no encryption).  Using this framework one could add private/secret key based encryption, MD5 and SMD5, Unix crypt and so on.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Updated: (DIRJANUS-28) SimpleAuthenticator does not support salted digested passwords.

Posted by "Jacob S. Barrett (JIRA)" <di...@incubator.apache.org>.
     [ http://issues.apache.org/jira/browse/DIRJANUS-28?page=all ]

Jacob S. Barrett updated DIRJANUS-28:
-------------------------------------

    Attachment: SSHAPasswordCipher.java

> SimpleAuthenticator does not support salted digested passwords.
> ---------------------------------------------------------------
>
>          Key: DIRJANUS-28
>          URL: http://issues.apache.org/jira/browse/DIRJANUS-28
>      Project: Directory AuthX
>         Type: Improvement
>   Components: Core
>     Reporter: Jacob S. Barrett
>     Assignee: Vincent Tence
>     Priority: Minor
>  Attachments: AbstractPasswordCipher.java, NullPasswordCipher.java, PasswordCipher.java, PasswordCipherException.java, SHAPasswordCipher.java, SSHAPasswordCipher.java, password.patch
>
> The attached patch and added files provide a pluggable way to support additional password ciphers.  Included is an implemention for SHA, SSHA (salted SHA) and NULL (no encryption).  Using this framework one could add private/secret key based encryption, MD5 and SMD5, Unix crypt and so on.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Resolved: (DIR-159) SimpleAuthenticator does not support salted digested passwords.

Posted by "Emmanuel Lecharny (JIRA)" <di...@incubator.apache.org>.
     [ https://issues.apache.org/jira/browse/DIR-159?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Emmanuel Lecharny resolved DIR-159.
-----------------------------------

    Resolution: Fixed

Fixed. Salted encryption is now handled.

> SimpleAuthenticator does not support salted digested passwords.
> ---------------------------------------------------------------
>
>                 Key: DIR-159
>                 URL: https://issues.apache.org/jira/browse/DIR-159
>             Project: Directory
>          Issue Type: New Feature
>          Components: sandbox
>            Reporter: Jacob S. Barrett
>            Assignee: Vincent Tence
>            Priority: Minor
>         Attachments: AbstractPasswordCipher.java, NullPasswordCipher.java, password.patch, PasswordCipher.java, PasswordCipherException.java, SHAPasswordCipher.java, SSHAPasswordCipher.java
>
>
> The attached patch and added files provide a pluggable way to support additional password ciphers.  Included is an implemention for SHA, SSHA (salted SHA) and NULL (no encryption).  Using this framework one could add private/secret key based encryption, MD5 and SMD5, Unix crypt and so on.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Closed: (DIR-159) SimpleAuthenticator does not support salted digested passwords.

Posted by "Emmanuel Lecharny (JIRA)" <di...@incubator.apache.org>.
     [ https://issues.apache.org/jira/browse/DIR-159?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Emmanuel Lecharny closed DIR-159.
---------------------------------

    Assignee:     (was: Vincent Tence)

> SimpleAuthenticator does not support salted digested passwords.
> ---------------------------------------------------------------
>
>                 Key: DIR-159
>                 URL: https://issues.apache.org/jira/browse/DIR-159
>             Project: Directory
>          Issue Type: New Feature
>          Components: sandbox
>            Reporter: Jacob S. Barrett
>            Priority: Minor
>         Attachments: AbstractPasswordCipher.java, NullPasswordCipher.java, password.patch, PasswordCipher.java, PasswordCipherException.java, SHAPasswordCipher.java, SSHAPasswordCipher.java
>
>
> The attached patch and added files provide a pluggable way to support additional password ciphers.  Included is an implemention for SHA, SSHA (salted SHA) and NULL (no encryption).  Using this framework one could add private/secret key based encryption, MD5 and SMD5, Unix crypt and so on.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (DIRJANUS-28) SimpleAuthenticator does not support salted digested passwords.

Posted by "Jacob S. Barrett (JIRA)" <di...@incubator.apache.org>.
     [ http://issues.apache.org/jira/browse/DIRJANUS-28?page=all ]

Jacob S. Barrett updated DIRJANUS-28:
-------------------------------------

    Attachment: PasswordCipher.java
                PasswordCipherException.java
                SHAPasswordCipher.java

> SimpleAuthenticator does not support salted digested passwords.
> ---------------------------------------------------------------
>
>          Key: DIRJANUS-28
>          URL: http://issues.apache.org/jira/browse/DIRJANUS-28
>      Project: Directory AuthX
>         Type: Improvement
>   Components: Core
>     Reporter: Jacob S. Barrett
>     Assignee: Vincent Tence
>     Priority: Minor
>  Attachments: AbstractPasswordCipher.java, NullPasswordCipher.java, PasswordCipher.java, PasswordCipherException.java, SHAPasswordCipher.java, SSHAPasswordCipher.java, password.patch
>
> The attached patch and added files provide a pluggable way to support additional password ciphers.  Included is an implemention for SHA, SSHA (salted SHA) and NULL (no encryption).  Using this framework one could add private/secret key based encryption, MD5 and SMD5, Unix crypt and so on.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira