TRYNT Password Security Web Service
The TRYNT Password Security Web Service is designed to maintain password security. While user supplied passwords are notoriously insecure there are a number of factors that contribute. The TRYNT Password Security Web Service can verify password strength by checking all of the following:
- Dictionary Check
- Length Check
- Heterogeneity Check
- Blacklisted Word Check
- Blacklisted Character Check
- Phonetic Check
- Similarity Check
- Superset/Subset Check
In addition to verifying password strength the TRYNT Password Security Web Service can also generate strong passwords between 8-20 characters long. Please note this web service does not log any username and password combinations.
If you use this free TRYNT API/Web Service you must provide proper attribution to comply with our terms of service.
Request URL
http://www.trynt.com/password-security-api/v1/
Request parameters
| Parameter | Value | Description |
|---|---|---|
| cmd | string (required) | 'gen' or 'test' |
| un | string (required in test mode) | Username |
| pw | string (required in test mode) | Password |
| len | integer (optional in gen mode) | Desired generated password lenght 8-20 |
Sample Request (URL: http://www.trynt.com/password-security-api/v1/):