Last updated by niclupien 1 year ago
To install the plugin :
grails install-plugin spring-security-bcrypt
Last updated by niclupien 1 year ago
Bcrypt
Use bcryptDescription
This plugin let you use the bcrypt file encryption algorithm to hash your users passwords instead of the regular algorithm provided by
spring-security-core plugin.
You can customize the computation cost of the algorithm to get stronger hashes.
Installation
To install the plugin :
grails install-plugin spring-security-bcrypt
Optional
To configure the log rounds (to add computation cost) :
In 'grails-app/conf/Config.groovy' add :
grails.plugins.springsecurity.bcrypt.logrounds = 12
The default log rounds number is 10.
TODO
The plugin need some testing/feedback from users before incrementing the version no.
Support
Use the grails mailing list or email me niclupien (at) g mail.com
For more information, see my blog post :
http://niclupien.blogspot.com/2011/02/grails-bcrypt-plugin.html
Last updated by admin 1 year ago
Last updated by admin 1 year ago