Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/password_policy.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLukas Reschke <lukas@owncloud.com>2016-06-27 18:00:10 +0300
committerLukas Reschke <lukas@owncloud.com>2016-06-27 18:30:18 +0300
commita854923dd4c2bb42600c51d8df6f8062b1f7634a (patch)
treeb4bb282ff1e167fadb99a89d4da60d6c891063fd /lists/list-36.php
parentab081104028ee8f2f1060406425a181b9b0b741f (diff)
Use more data for the passwords list
Instead of having one big PHP file this splits the lists into one divided by characters, effectively making operations quicker and furthermore allowing us to check the top 1,000,000 passwords instead of only the top 100,000.
Diffstat (limited to 'lists/list-36.php')
-rw-r--r--lists/list-36.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/lists/list-36.php b/lists/list-36.php
new file mode 100644
index 0000000..29a6bd4
--- /dev/null
+++ b/lists/list-36.php
@@ -0,0 +1,4 @@
+<?php
+return array (
+ 'werhnbkliopfdsrftgwerhnbkliopfdsrftg' => true,
+); \ No newline at end of file