password_gen

A simple tool to generate highly secure passwords
79 Downloads
Aktualisiert 1 Feb 2017

Lizenz anzeigen

This simple tool uses a bank of 96 commonly used lower and upper-case letters, integers, and special characters to randomly generate secure passwords. Password character arrays are randomly chosen from this bank using Matlab's 'randi.m' function, drawing uniformly distributed pseudorandom integers of specified length.
Additional options are included, such as limiting the password bank to only use alphanumeric characters (n = 62, upper & lower case), or disallowing repeated characters. An optional output indicates the number of possible passwords which could be generated using the specified parameters.

Zitieren als

Elliot Layden (2024). password_gen (https://www.mathworks.com/matlabcentral/fileexchange/61344-password_gen), MATLAB Central File Exchange. Abgerufen .

Kompatibilität der MATLAB-Version
Erstellt mit R2015a
Kompatibel mit allen Versionen
Plattform-Kompatibilität
Windows macOS Linux
Kategorien
Mehr zu Schedule Model Components finden Sie in Help Center und MATLAB Answers

Community Treasure Hunt

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

Start Hunting!
Version Veröffentlicht Versionshinweise
2.1.0.0

rename

2.0.0.0

-allow limiting the password bank to only use alphanumeric characters (n = 62, upper & lower case), or disallow repeated characters
-optional output indicates the number of possible passwords for specified parameters

1.0.0.0