passwordtools

バージョン 1.2.2 (3.06 KB) 作成者: Serge
Dialogue boxes for user to enter username and password, where the password is hidden. Also a function for scrambling a password.
ダウンロード: 119
更新 2023/4/16
%Create password dialogue (hides password input).
% pass = uipassword -display dialogue
% pass = uipassword(str) -list of valid characters (default: char(32:126))
% pass = uipassword(str,lbl) -dialogue heading (default: 'Enter Password')
%Create username and password dialogue (hides password input).
% [user,pass] = uilogin -display dialogue
% [user,pass] = uilogin(valid) -allowed characters (default: char(32:126))
% [user,pass] = uilogin(valid,heading) -dialogue heading (default: 'Login')
%Encrypt or decrypt a string (uses a key and MatLab number generator).
% code = strencrypt(text,key) -encrypt a string using a custom key
% text = strencrypt(code,-key) -decrypt a string
% [code,key] = strencrypt(text) -encrypt using a random key

引用

Serge (2025). passwordtools (https://github.com/serg3y/MatLab-passwordtools/releases/tag/1.2.2), GitHub. に取得済み.

MATLAB リリースの互換性
作成: R2023a
すべてのリリースと互換性あり
プラットフォームの互換性
Windows macOS Linux

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

GitHub の既定のブランチを使用するバージョンはダウンロードできません

バージョン 公開済み リリース ノート
1.2.2

See release notes for this release on GitHub: https://github.com/serg3y/MatLab-passwordtools/releases/tag/1.2.2

1.0.3

take2

1.0.2

Added getlogin

1.0.1

First release

1.0.0

この GitHub アドオンでの問題を表示または報告するには、GitHub リポジトリにアクセスしてください。
この GitHub アドオンでの問題を表示または報告するには、GitHub リポジトリにアクセスしてください。