Skip to content

Get random password and its hash

Actions
Generate random password hash up to 92 character length
v1
Latest
Star (2)

Generate random password & password hash

Generate a password hash from user input, or generate a random password and its hash and show both on the output.

Usage

      - uses: licenseware/generate-password-hash@v1
        name: Get password hash
        id: passwd-hasher
        with:
          password: change-this-or-dont-even-provide-one
          length: 16

Inputs

Name Description Required Default
password The password you want to hash false <generated>
length The length of the password hash false 16

Outputs

Name Description Example
password The password printed again false
password-hash The hash of the password false

Get random password and its hash is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

Generate random password hash up to 92 character length
v1
Latest

Get random password and its hash is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.