# Password

The `Password` field collects a secure string that is encrypted visually and in Feathery storage. Users can specify custom password constraints, like max/min length, requiring at least 1 symbol, number, letter, etc.

<figure><img src="https://640450274-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FHAVngDAEk3s8Bw7P6Ntz%2Fuploads%2Ff3tbOoJ788M0B2G3w1LG%2FScreenshot%202023-08-06%20at%201.28.30%20PM.png?alt=media&#x26;token=26de043e-c3b7-4b97-a7f8-156c6fd38388" alt=""><figcaption></figcaption></figure>

### For Developers <a href="#example" id="example"></a>

The Feathery SDK and API reference pin input fields with `type` equal to `password`. The submitted value is a `string`.
