Password generator: Difference between revisions

Content added Content deleted
(Password generator en FreeBASIC)
Line 2,569: Line 2,569:
6lN9*Nx<</pre>
6lN9*Nx<</pre>


=={{header|Mathematica}}==
=={{header|Mathematica}}/{{header|Wolfram Language}}==
<lang Mathematica>(* Length is the Length of the password, num is the number you want, \

<lang Mathematica>
(* Length is the Length of the password, num is the number you want, \
and similar=1 if you want similar characters, 0 if not. True and \
and similar=1 if you want similar characters, 0 if not. True and \
False, should work in place of 1/0 *)
False, should work in place of 1/0 *)
Line 2,602: Line 2,600:
]
]</lang>
</lang>


=={{header|Nim}}==
=={{header|Nim}}==