Random Password Generator

A random password generator
2.7K Downloads
Updated 22 Aug 2007

No License

getpass is a script for producing a randomized password given common criteria as seen in all types of computer systems and software.
- Minimum/maximum password length
- Minimum number of uppercase,
lowercase, numerical and special
characters
- User defined data sets

It includes a check to make sure all criteria are met.

Cite As

David Chandler (2024). Random Password Generator (https://www.mathworks.com/matlabcentral/fileexchange/12994-random-password-generator), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R2007a
Compatible with any release
Platform Compatibility
Windows macOS Linux
Categories
Find more on Random Number Generation in Help Center and MATLAB Answers

Community Treasure Hunt

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

Start Hunting!
Version Published Release Notes
1.0.0.0

Initialized rand to a different state each time so passwords don't repeat.