[API reference](https://evolu.dev/docs/api-reference) › [@evolu/common](https://evolu.dev/docs/api-reference/common) › [Type](https://evolu.dev/docs/api-reference/common/Type) › SimplePassword

```ts
const SimplePassword: brand(
  "SimplePassword",
  minLength(8)(maxLength(64)(TrimmedString)),
);
```

Defined in: [packages/common/src/Type.ts:7209](https://github.com/evoluhq/evolu/blob/dd96d79f1dbe9a49fa12ce8e0aa7d3d0177795ca/packages/common/src/Type.ts#L7209)

A trimmed password containing between 8 and 64 UTF-16 code units.