Uses a static system-wide String as the salt.Does not supply a different salt for each
org.acegisecurity.userdetails.User . This means users sharing the same password will still have the same digested
password. Of benefit is the digested passwords will at least be more protected than if stored without any salt.
author: Ben Alex version: $Id: SystemWideSaltSource.java 1519 2006-05-29 15:06:32Z benalex $ |