passwordtools

Versione 1.2.2 (3,06 KB) da Serge
Dialogue boxes for user to enter username and password, where the password is hidden. Also a function for scrambling a password.
85 download
Aggiornato 16 apr 2023
%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

Cita come

Serge (2024). passwordtools (https://github.com/serg3y/MatLab-passwordtools/releases/tag/1.2.2), GitHub. Recuperato .

Compatibilità della release di MATLAB
Creato con R2023a
Compatibile con qualsiasi release
Compatibilità della piattaforma
Windows macOS Linux

Community Treasure Hunt

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

Start Hunting!

Le versioni che utilizzano il ramo predefinito di GitHub non possono essere scaricate

Versione Pubblicato Note della release
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

Per visualizzare o segnalare problemi su questo componente aggiuntivo di GitHub, visita GitHub Repository.
Per visualizzare o segnalare problemi su questo componente aggiuntivo di GitHub, visita GitHub Repository.