passwdgen/js/rules.js

6 lines
129 B
JavaScript
Raw Normal View History

var special = new Array();
special['53.com'] = (function(password) {
// 6-12 characters
return password.substr(0,12);
});