Generates 8 character pronounceable passwordDeveloped In: SQL — Contributed by: Gunther RichterPronounceable Password Generator is written using a MySQL Stored Procedure. This is a very basic procedure to generate passwords for up to 8 characters randomly. The generated password is pronounceable and uses constants and vowels. The password created using this procedure is very weak and can be judged easily. You can add more characters to this constant and vowels and make customization. Code originally written in PHP by Max Dobbie-Holman. With this code a e.g. Trigger can generate a username and password without any external code. Generated tokens are like: tetrasun, goldulog, pudmumon, cemracet, rammedar, pollageb, nicgebom. This procedure can of course be modified to make stronger passwords.
SQL
No Comments yet |
VotesWatches0 members are watching this tool
You must be logged in to track this tool.
Provide Feedback
You must be logged in to comment
|