MarketplaceStudioActivityGenerate Random Password

Create your first automation in just a few minutes.Try Studio Web

Generate Random Password

Generate Random Password

by Internal Labs

Star

11

Activity

Downloads

127.6k

Lindsay Kane
Posted 3 months ago

Do you know how to get it to generate different passwords consecutively? If I generate one and can't use it for some reason, it needs to generate something different, but instead, it generates the same one. I tried with delays anywhere from two seconds to ten minutes, and they are still all the same.

Tyler Prehl
Posted 2 years ago

Can this please be updated to be compatible with Windows projects? (As mentioned by Nabeel and Reiner below)

Nabeel Mohammad
Posted 2 years ago

Not Compatibale with newer version of .Net framework.

NU1202: Package UiPathTeam.GenerateRandomPassword.Activities 1.0.4 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package UiPathTeam.GenerateRandomPassword.Activities 1.0.4 supports: net452 (.NETFramework,Version=v4.5.2)

Reiner Browning
Posted 2 years ago

No longer compatible with UiPath upgrade to Windows .Net 5.0+

Richard Haynes
Posted 3 years ago

Hi Sorin Calin,

Its generating output as String. If you could change output type of Secure String then it will be more secure. Could you please change it in future versions.

Sorin Calin
Posted 3 years ago ago

Thanks for the feedback Richard. I don't plan on releasing updates to it anytime soon, so if you require the output to be directly a SecureString, feel free to fork the code here and adapt it to your needs:

https://github.com/sorincalin/UiPathTeam.GenerateRandomPassword.Activities

Rohit Bankoti
Posted 3 years ago

How to avoid generated password for e.g. sEX9snidT (this password is quite inappropriate password)

Sorin Calin
Posted 3 years ago ago

Just define your list of inappropriate passwords and run the activity in a loop until the output doesn't match or partially match any of them.

Shantanu More
Posted 4 years ago

Can we use this for production environment without any issue?

Puff bro
Posted 4 years ago

Hello, How can I not allow any special characters in the password? I tried inputing " " but the space is included in the password. "" does not work too.

Thanks!

Sorin Calin
Posted 4 years ago ago

Hi,

You can put some non-special characters there instead, like "A", and it should work. You can see the implementation here:

https://github.com/sorincalin/UiPathTeam.GenerateRandomPassword.Activities/blob/master/UiPathTeam.GenerateRandomPassword.Activities/GenerateRandomPassword.cs

Best regards,

Sorin

Tavinee Inc
Posted 5 years ago

Hi,

How to input special characters more than one in "Allowed special characters" in-argument.

I try but it shows error : End of expression expected.

Sorin Calin
Posted 5 years ago ago

Allowed special characters expects a String. So you just need to type all the special characters you want as a string. You probably have included the double-qoute character, which require escaping. For example, below, the - " - is escaped by using another " before it:

"""@#$%^>|\"

Saurabh Gupta
Posted 5 years ago

hi, how to add password expiry date?

Sorin Calin
Posted 5 years ago ago

This activity generates a string and a string does not have an expiry date https://docs.microsoft.com/en-us/dotnet/api/system.string?view=netframework-4.8

Saurabh Gupta
Posted 5 years ago

where can i find generate random password yellow highlited box one in middle.which one you have used from activity?

Sorin Calin
Posted 5 years ago ago

That "highlighted box" is the actual activity you are inquiring about. This is how basic activities without a user interface look like in UiPath Studio.

Did you install the package? If not, the documentation for this is here (and also on the details page of every activity on Go!):

https://dmtyylqvwgyxw.cloudfront.net/instances/214/assets/help-guides/UiPath-Go-Installation-Guide-Custom-Activities.pdf

If you already installed the package, you can simply search in Studio in the Activities panel for "Password" and you should find the activity.

Saurabh Gupta
Posted 5 years ago

where can i find generate random password box one in middle.which one you have used from activity?

Sorin Calin
Posted 5 years ago ago

already answered: that's the actual activity you are looking for and you should follow the installation steps first.

Publisher

Internal Labs

Visit publisher's page

License & Privacy

License Agreement

Privacy Terms

Technical

Version

2.0.1

Updated

November 8, 2023

Works with

Studio: 22.10 - 23.10

Certification

Silver Certified

Support

UiPath Community Support

Resources