Skip to content
credit-card

GitHub Action

Get random password and its hash

v1 Latest version

Get random password and its hash

credit-card

Get random password and its hash

Generate random password hash up to 92 character length

Installation

Copy and paste the following snippet into your .yml file.

              

- name: Get random password and its hash

uses: licenseware/generate-password-and-hash@v1

Learn more about this action in licenseware/generate-password-and-hash

Choose a version

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