passwordUI

Dialog for querying and creating passwords.

現在この提出コンテンツをフォロー中です。

This function displays a dialog box for a user to type in a password, obfuscated by an asterisk (*). In 'create' mode, it makes the user retype the password. You can enforce the minimum number of characters and the type of password (Alphabets Only, Numbers Only, Alphabets and Numbers, or Alphabets/Numbers/Special Characters).
pw = passwordUI()
pw = passwordUI('Create', 'AlphaNum')
pw = passwordUI('Create', 'AlphaOnly', 8)

引用

Jiro Doke (2026). passwordUI (https://jp.mathworks.com/matlabcentral/fileexchange/29616-passwordui), MATLAB Central File Exchange. に取得済み.

謝辞

ヒントを得たファイル: passcode

ヒントを与えたファイル: Library Management

カテゴリ

Help Center および MATLAB AnswersApp Building についてさらに検索

一般的な情報

MATLAB リリースの互換性

  • すべてのリリースと互換性あり

プラットフォームの互換性

  • Windows
  • macOS
  • Linux
バージョン 公開済み リリース ノート Action
1.0.0.1

Updated license

1.0.0.0