package password type IPasswordGenerator interface { GeneratePassword(length int) string }