|
Password Generator Web Service is an online service that lets you generate random passwords, serial numbers, pins, and usernames 24/7. No matter where you are, which platform or application you are using, you will always be able to access this service! It is a professional, reliable, and secure tool for password and username generation that can be used on any computer, platform, or application! It is a platform and application-independent solution for controlled generation of secure random passwords and usernames.
Illustration 
Features At A Glance
Password Generator Web Service can offer you these great features:
- Generate passwords in random, masked, and pronounceable modes
- Control what characters and how often will appear
- Usernames generation
- Security features: common passwords filter, duplicates check, random seed settings, similar passwords option, etc
- Full dictionaries support: control what words will be used in your passwords, change their length and letter case by using word length and concatenation masks
- Character groups to allow for easy password generation
- Options to control how pronounceable passwords are generated
- Access it at anytime! It works 24/7!
- Platform-Independent: no need to install anything!
- Much, much more...
How It Works
The basic principle is that you send a request to the Password Generator Web Service in either HTTP POST (HTML Form), HTTP GET (URL), or SOAP form. The service then authenticates you and processes the request, if you supplied the correct username and password (which you will be given once you have paid for the service). Once it has processed the request, it sends back the passwords and/or usernames it generated, according to the criteria, you specified in your request.

Returned Data
Request: http://www.diplodock.com/PGWS/pgservice.asmx/Generate?vUser=user&vPassword=password&vConf=default&vCount=15&vMode=p&vMask=&vUMask=
Here is an example of what Password Generator Web Service may return for the above request:
<?xml version="1.0" encoding="utf-8" ?>
- <ArrayOfString xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.diplodock.com/PGWS">
<string>UbaNr9o19Y</string>
<string>UEa8l8Vw1f</string>
<string>pRG4hfK5x5</string>
...
<string>trI4CG12ur</string>
<string>WAvyr3F2v8</string>
<string>C6cK8xH9ds</string>
</ArrayOfString>
You can learn more about Password Generator Web Service, by reading the documentation.
|