djoos / EscapeWSSEAuthenticationBundle

Symfony bundle to implement WSSE authentication
http://symfony.com/doc/current/cookbook/security/custom_authentication_provider.html
137 stars 59 forks source link

Update the base encoder #87

Open Th3Mouk opened 8 years ago

Th3Mouk commented 8 years ago

Hello @djoos,

I would make a PR but before, I'd like to have your opinion.

What are you thinking to update the source code and documentation from sha1 encoder to sha512 ? With a default iteration to 5000.

This configuration is the default one of Symfony, see here. This allow to get a basic configuration enough for non critical applications.

djoos commented 7 years ago

Hi @Th3Mouk,

thanks for reaching out: yes, that definitely makes sense!

Kind regards, David