RE: [cas-user] Using SHA512

2014-07-14 Thread richard . wiseman
) Regards, Richard -Original Message- From: Marvin Addison [mailto:marvin.addi...@gmail.com] Sent: 14 July 2014 15:54 To: cas-user@lists.jasig.org Subject: Re: [cas-user] Using SHA512

Re: [cas-user] Using SHA512

2014-07-14 Thread Marvin Addison
>An example hash is: 4d8d39a8283a53aeb51061457edc32c6a8e5404864b7571bf7b33d2c3bd5c580869ac1635be0d8ee57581f28b8aa9799729244852eb7aa010e7ac7b1cd69638f > > And an example salt is: > 91f3c641110b2ded640c418046b3cb5af257da06ca98f192085cb10c7443e5e9 I think hex encoding is common and safe to assume gen

RE: [cas-user] Using SHA512

2014-07-14 Thread richard . wiseman
@gmail.com] Sent: 14 July 2014 15:32 To: cas-user@lists.jasig.org Subject: Re: [cas-user] Using SHA512 > I'll look at the documentation again to try and work out the best/simplest > approach. Can you briefly describe how you store the salt in your database? There's a quasi-sta

Re: [cas-user] Using SHA512

2014-07-14 Thread Marvin Addison
> I'll look at the documentation again to try and work out the best/simplest > approach. Can you briefly describe how you store the salt in your database? There's a quasi-standard for LDAP directories, SSHA, but nothing equivalent that I'm aware of in the database world. The challenge for the CAS

RE: [cas-user] Using SHA512

2014-07-14 Thread richard . wiseman
m] Sent: 10 July 2014 18:30 To: cas-user@lists.jasig.org Subject: RE: [cas-user] Using SHA512 Thanks again Dmitriy. I suspected that it wouldn't be possible out of the box but thought I'd ask just in case! I'll look into the possibility of creating a custom plug-in or something.

RE: [cas-user] Using SHA512

2014-07-10 Thread richard . wiseman
ny pointers or hints would if course be welcome! :-) Thanks once again, Richard -Original Message- From: Dmitriy Kopylenko [dkopyle...@unicon.net<mailto:dkopyle...@unicon.net>] Sent: Thursday, July 10, 2014 04:26 PM GMT Standard Time To: cas-user@lists.jasig.org Subject: Re: [cas-u

Re: [cas-user] Using SHA512

2014-07-10 Thread Dmitriy Kopylenko
To: cas-user@lists.jasig.org > Subject: Re: [cas-user] Using SHA512 > > Hi Richard. > > Try SHA-512 instead of SHA512 > > Best, > Dmitriy. > > On Jul 10, 2014, at 10:04 AM, Richard Wiseman wrote: > > > Hi, > > The CAS documentation <https://

RE: [cas-user] Using SHA512

2014-07-10 Thread richard . wiseman
@lists.jasig.org Subject: Re: [cas-user] Using SHA512 Hi Richard. Try SHA-512 instead of SHA512 Best, Dmitriy. On Jul 10, 2014, at 10:04 AM, Richard Wiseman mailto:richard.wise...@bt.com>> wrote: Hi, The CAS documentation <https://wiki.jasig.org/display/CASUM/JDBC> indicates that you can us

Re: [cas-user] Using SHA512

2014-07-10 Thread Dmitriy Kopylenko
Hi Richard. Try SHA-512 instead of SHA512 Best, Dmitriy. On Jul 10, 2014, at 10:04 AM, Richard Wiseman wrote: > Hi, > > The CAS documentation indicates > that you can use any of the MACs listed on the JDK Javadoc >

RE: [cas-user] Using SHA512

2014-07-10 Thread Nancy Snoke
: Thursday, July 10, 2014 9:05 AM To: cas-user@lists.jasig.org Subject: [cas-user] Using SHA512 Hi, The CAS documentation <https://wiki.jasig.org/display/CASUM/JDBC> indicates that you can use any of the MACs listed on the JDK Javadoc <http://download.oracle.com/javase/1.5.0/docs/guide/sec

[cas-user] Using SHA512

2014-07-10 Thread Richard Wiseman
Hi, The CAS documentation indicates that you can use any of the MACs listed on the JDK Javadoc for the password encoder's encodingAlgorithm attribute; this list in