Talk:Password generator: Difference between revisions

→‎javascript: new section
(→‎javascript: new section)
 
(3 intermediate revisions by 3 users not shown)
Line 10:
 
This looks to correspond to at least one stack overflow question: http://stackoverflow.com/questions/36931474/how-to-have-10-characters-total-and-make-sure-at-least-one-character-from-4-diff - I have not looked to see if there are similar questions for other programming languages. It would be interesting to know the origin of this particular requirement. --[[User:Rdm|Rdm]] ([[User talk:Rdm|talk]]) 05:02, 4 May 2016 (UTC)
 
I think it was reading read that question or a similar one which prompted me to make this task, but the specific requirements of characters from each group is a policy I have followed for some time and seems to be a fairly standard practice/recommendation. [[User:TobyK|TobyK]] ([[User talk:TobyK|talk]]) 14:05, 20 June 2016 (UTC)
 
== zkl ==
Line 16 ⟶ 17:
most of your passwords don't have a digit (9)
--[[User:Walterpachl|Walterpachl]] ([[User talk:Walterpachl|talk]]) 16:11, 6 June 2016 (UTC)
 
Uhhh, yeah, I misread the requirements. --[[User:Craigd|CraigD]] ([[User talk:Craigd|talk]]) --03:41, 23 June 2016 (UTC)
 
:But meanwhile you fixed it. Thanks. --[[User:Walterpachl|Walterpachl]] ([[User talk:Walterpachl|talk]]) 07:52, 23 June 2016 (UTC)
 
== javascript ==
 
Note for beginners: to open the console press F12
Anonymous user