[TYPO3] FE login via link: How to obfuscate?

Dmitry Dulepov [typo3] dmitry at typo3.org
Wed Jan 9 21:22:19 CET 2008


Hi!

Martin Bless wrote:
> It is not necessary to ensure real security. In my case obfuscation
> would be sufficient.
> 
> Q: How can I achieve a FE login via link and at the same time hide the
> parameters and the mechanism?

Use base64_encode() on the request server to encode the whole request line and auto_prepend_file+base64_decode() on the TYPO3 server.

-- 
Dmitry Dulepov
TYPO3 core team
Web: http://typo3bloke.net/
Skype: callto:liels_bugs
"Nothing is impossible. There are only limits to our knowledge"


More information about the TYPO3-english mailing list