passwordtools

版本 1.2.2 (3.1 KB) 作者: Serge
Dialogue boxes for user to enter username and password, where the password is hidden. Also a function for scrambling a password.
73.0 次下载
更新时间 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 (2024). 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 仓库