diff --git a/pw.php b/pw.php new file mode 100644 index 00000000..b7d19ca4 --- /dev/null +++ b/pw.php @@ -0,0 +1,167 @@ + $dash_len) + { + $dash_str .= substr($password, 0, $dash_len) . '-'; + $password = substr($password, $dash_len); + } + $dash_str .= $password; + return $dash_str; +} +?> + + + + + +Secure Password Generator - privacytools.io + + + + + + + + +
privacytools.io +

Secure Password Generator Generate

+ +

+

+ +

+ + + +

+64 characters:
+ +

+ +

+32 characters:
+ +

+ +

+24 characters:
+ +

+ +

+16 characters:
+ +

+ +

+8 characters:
+ +

+ +

Generate a new set of passwords

+ + +

Passwords with special characters

+ +

+64 characters:
+ +

+ +

+32 characters:
+ +

+ +

+24 characters:
+ +

+ +

+16 characters:
+ +

+ +

+8 characters:
+ +

+ +

Generate a new set of passwords

+ +
+
+ +

+ Open Source Code: +

+ +
+ + + + + + + + \ No newline at end of file