grails-jasypt
grails-jasypt copied to clipboard
Salt per user
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!