Hi,

I have scenario where my pwd is stored in a column encryptedPwd in database as a blob, which return byte[]. I donot have password column. I am provided with a procedure to encrypt the user entered password.

How do I implement this with Spring Security

Thanks
Vinaya