Re: [TYPO3-english] Passwords in sha-512

2013-05-02 Thread Jigal van Hemert
Hi, On 2-5-2013 11:19, dje wrote: we are also interested in using sha-512 instead of MD5 for our fe_users (and be_users if possible). I will have a look at t3sec_saltedpw, but before going on, if you already have worked on this and accept to share your work... Jan needed to import users which

Re: [TYPO3-english] Passwords in sha-512

2013-05-02 Thread Philipp Gampe
Hi Jan Bednarik, Jan Bednarik wrote: Looking at the saltedpasswords, I could overload compareUident method with my own implementation that would use sha-512 You should better write an own auth service. Take a look at the ons provided, e.g. openid Best regards -- Philipp Gampe – PGP-Key

Re: [TYPO3-english] Passwords in sha-512

2013-03-30 Thread Jigal van Hemert
Hi, On 29-3-2013 23:32, Jan Bednarik wrote: I need to import database of users and their passwords are hashed using sha-512. I was wondering whether it's possible to configure rsaauth/saltedpasswords extension to use this alghoritm. Or any other extension for such use? You can extend the

Re: [TYPO3-english] Passwords in sha-512

2013-03-30 Thread Jan Bednarik
Hey, thanks for answer. The thing is that the database doesn't come from TYPO3. I rewriting a web that had it's own CMS to TYPO3, so the only thing I have are sha-512 passwords. Looking at the saltedpasswords, I could overload compareUident method with my own implementation that would use

[TYPO3-english] Passwords in sha-512

2013-03-29 Thread Jan Bednarik
Hey, I need to import database of users and their passwords are hashed using sha-512. I was wondering whether it's possible to configure rsaauth/saltedpasswords extension to use this alghoritm. Or any other extension for such use? If not, all users will be forced to request new password,