Password

This service it can be used to hash and verify hashed passwords.

Register the service into your main.go file:

 registry.ServiceProviderPassword(password.NewSimpleManager)
1

Access the service:

service.DI().Password()
1