diff --git a/pw.php b/pw.php deleted file mode 100644 index d123ce23..00000000 --- a/pw.php +++ /dev/null @@ -1,150 +0,0 @@ - $dash_len) - { - $dash_str .= substr($password, 0, $dash_len) . '-'; - $password = substr($password, $dash_len); - } - $dash_str .= $password; - return $dash_str; -} -?> - - - -
- --
-64 characters: - -
- --32 characters: - -
- --24 characters: - -
- --16 characters: - -
- --8 characters: - -
- -Generate a new set of passwords
- - --64 characters: - -
- --32 characters: - -
- --24 characters: - -
- --16 characters: - -
- --8 characters: - -
- -Generate a new set of passwords
- -- Open Source Code: https://github.com/privacytoolsIO/privacytools.io/blob/master/pw.php -
- -