[TYPO3-core] RFC: #10017: [felogin] New Method for "forgotPassword"

Dmitry Dulepov dmitry at typo3.org
Sat Dec 27 08:31:03 CET 2008


Hi!

Steffen Kamper wrote:
> yes. There is the plan to create a core class like t3lib_crypt having
> md5, salt, sha etc.

A small note: md5 and sha1 are available as native functions, so they should not be class functions. A call to native function is faster, so we should never make wrappers around native functions.

-- 
Dmitry Dulepov
TYPO3 core team
In the blog: http://typo3bloke.net/post-details/how_will_i_fix_bugs_in_extensions_from_now_on/
My TYPO3 book: http://www.packtpub.com/typo3-extension-development/book


More information about the TYPO3-team-core mailing list