Skip to main content

Notifications

Community site session details

Community site session details

Session Id : ukzqTLtx26rvA6S2hjqXGD

Random Password Generator

h-nagao Profile Picture Posted 22 Jan 2022 by h-nagao 392

This flow allows you to generate list of random passwords without any API call.

You can set length of password string, number of password, and the used characters set (lower letter, upper letter, number, symbol).

hnagao_0-1642865911718.png

How to use

By default, the flow generates 5 passwords with 10 random characters including lower case letter, upper case, and number.

If you would like to remove some character set, update "Password Contains" action.

hnagao_1-1642866205134.png

 

Also, if special character set does not match with your case, update "Symbol" action inside "Apply to each" > "Character Category".

hnagao_2-1642866347585.png

 

Hope this flow helps you 🙂

Categories:

Comments

  • charoenthaw Profile Picture charoenthaw
    Posted 01 Aug 2023 at 01:17:34
    Random Password Generator

    Hi , is there a way to remove the "" from the final password output

  • h-nagao Profile Picture h-nagao 392
    Posted 06 Jun 2022 at 02:40:37
    Random Password Generator

    Hi @AshleyH1 ,

    You can download this flow, and can know about what I was doing here.

    Briefly, inside apply to each, selecting random character by substring(), rand(), and range() functions.

    At last, randomize order of generated password character. 

  • AshleyH1 Profile Picture AshleyH1
    Posted 03 Jun 2022 at 16:57:30
    Random Password Generator

    Hi, can you expand on each step in edit mode? It would be more helpful to know what you are setting in each step, especially in the "Apply to Each" step...

     

    Thank you