grails-jasypt icon indicating copy to clipboard operation
grails-jasypt copied to clipboard

Salt per user

Open anti43 opened this issue 7 years ago • 0 comments

Hi, I would like to have a salt per user, so the actual 'password' to decrypt/encrypt values is user based. Do you have an idea how to accomplish this? Would you set a custom SaltGenerator which determines the user and generates a salt on the fly (is this used on each request?) or rather have a custom encryptor class which handles the de/encryption alltogether? Thank you!

anti43 avatar Dec 27 '17 20:12 anti43