Browse posteets
About
Contact us
Log In
Register
View: Generar un password automatico
Generar un password automatico
10 months ago
by
jacinmontava
function
randomPass
(
$longitud
)
{
$pattern
=
"1234567890abcdefghijklmnopqrstuvwxyz"
;
for
(
$i
=
0
;
$i
<
$longitud
;
$i
++
)
{
$key
.=
$pattern
{
rand
(
0
,
35
)
}
;
}
return
$key
;
}
password
php
View source
0 comment
about "Generar un password automatico"
Tags
password
php
0 comment about "Generar un password automatico"