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

Martin Kutschker masi-no at spam-typo3.org
Mon Dec 29 11:43:42 CET 2008


Dmitry Dulepov schrieb:
> 
> 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.

If you use a wrapper class you can have a API like
classname::crypt($method, $value). $method would be md5, sha-1, sha-256,
 etc. So it might make sense to have such a class.

Masi


More information about the TYPO3-team-core mailing list