Works on: Windows 10 | Windows 8.1 | Windows 8 | Windows 7 | Windows 2012 SHA1 Hash: 667fcc9c84d811adc2d1851493872c5307d51374 Size: 15.39 KB File Format: zip
Rating: 1.869565217
out of 5
based on 23 user ratings
Publisher Website: External Link Downloads: 249 License: Free
Random Password Generator is a free software by Benoy Bose and works on Windows 10, Windows 8.1, Windows 8, Windows 7, Windows 2012.
You can download Random Password Generator which is 15.39 KB in size and belongs to the software category Components Libraries. Random Password Generator was released on 2009-08-01 and last updated on our database on 2017-02-24 and is currently at version 1.
Thank you for downloading from SoftPaz! Your download should start any moment now. It would be great if you could rate and share:
Rate this software:
Share in your network:
Random Password Generator Description
The Random Password Generator library generates random password of desired minimum length and maximum length. It generates the string based on the systems processor tick count. Hence, it cleaver fully avoid duplication at least with in same machine.
It is a .NET Framework 3.5 Based utility library assembly for generating random string password of any desired minimum / maximum length. The generated password can optionally contains HTML safe symbols.
This library has a single class with Shared function called Generate. It has three optional parameters. They are minimum length, maximum length and incsymbols. The thrid parameter enables you to include some predefined symbols contain in the generated password.
The library contains a single class called PwdGenerator which further contains a static/Shared function called Generate.
It has three parameters called:
i) MinimumLength
ii) Maximum Length and
iii) IncSymbols.
Since this library is writtent in Visual Basic .NET these parameters are designed as Optional with default values like MinimumLength = 10, MaximumLength = 32 and IncSymbols = True. If you are using this library in a Visual Basic project you can invoke this function with out any parameter supplied.System requirementsVisual Basic .NET
NET Framework 3.5