Sha1EncryptionModule JMix equivilent

In my Cuba application, I was making use of the Sha1EncryptionModule bean. What would the equivalent be in JMix?

Use PasswordEncoder from Spring Security.