はじめてのオートメーションをわずか数分で作成できます。Studio Web を試す →
作成者: Office Samurai
0
アクティビティ
<100
要約
要約
Password generator that allows selection of character types and length of the password.
概要
概要
This package contains a single Generate Password activity. Its purpose is to generate a random String and also an encrypted SecureString.
Password is generated using RandomNumberGenerator and RNGCryptoServiceProvider .NET classes for creating cryptographically strong random values.
You can select both Windows (.net 5) or Windows legacy (.net 4.6.1) version.
機能
機能
When you are creating a new password, you can define the type of characters used:
You can also enter your own custom characters set with option Custom Set.
For each character set you can choose either DISALLOW, ALLOW or REQUIRED option.
As an output, you can receive a standard String or SecureString type.
その他の情報
その他の情報
依存関係
None
コード言語
C#, Visual Basic
ランタイム
Windows (.NET 5.0 以上)