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