actions-marketplace-validations/Get random password and its hash
Generate random password hash up to 92 character length
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| length | — | no | 16 |
| password | will provide a default string if nothing is provided | no | — |
Outputs
| name | description |
|---|---|
| password | the actual password, in case you didn't provide the input |
| password-hash | the password hash |