From 209cc23c4baf4f5ebc487e0bcaf0d70ed098d881 Mon Sep 17 00:00:00 2001 From: ljacqu Date: Thu, 31 Dec 2015 13:42:41 +0100 Subject: [PATCH] Fix markdown table in hash algorithms overview - GitHub requires at least 3 dashes between two column separators |. Most markdown previewers don't have this restriction. --- src/tools/docs/hash_algorithms.md | 8 ++++---- src/tools/hashmethods/hash_algorithms.tpl.md | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/tools/docs/hash_algorithms.md b/src/tools/docs/hash_algorithms.md index 2996fd8ce..60a011b4c 100644 --- a/src/tools/docs/hash_algorithms.md +++ b/src/tools/docs/hash_algorithms.md @@ -1,12 +1,12 @@ - + ## Hash Algorithms AuthMe supports the following hash algorithms for storing your passwords safely. -Algorithm | Recommendation | Hash length | ASCII | | Salt type | Length | Separate? | ---------- | -------------- | ----------- | ----- | - | --------- | ------ | --------- | +Algorithm | Recommendation | Hash length | ASCII | | Salt type | Length | Separate? +--------- | -------------- | ----------- | ----- | --- | --------- | ------ | --------- BCRYPT | Recommended | 60 | | | Text | | BCRYPT2Y | Recommended | 60 | | | Text | 22 | CRAZYCRYPT1 | Do not use | 128 | | | Username | | @@ -16,7 +16,7 @@ JOOMLA | Recommended | 65 | | | Text | 32 | MD5 | Do not use | 32 | | | None | | MD5VB | Acceptable | 56 | | | Text | 16 | MYBB | Acceptable | 32 | | | Text | 8 | Y -PBKDF2 | Does not work | 329 | | | Text | 12 | +PBKDF2 | Does not work | 330 | | | Text | 12 | PBKDF2DJANGO | Acceptable | 77 | Y | | Text | 12 | PHPBB | Acceptable | 34 | | | Text | 16 | PHPFUSION | Do not use | 64 | Y | | | | Y diff --git a/src/tools/hashmethods/hash_algorithms.tpl.md b/src/tools/hashmethods/hash_algorithms.tpl.md index c11237284..b466eeebd 100644 --- a/src/tools/hashmethods/hash_algorithms.tpl.md +++ b/src/tools/hashmethods/hash_algorithms.tpl.md @@ -5,8 +5,8 @@ AuthMe supports the following hash algorithms for storing your passwords safely. -Algorithm | Recommendation | Hash length | ASCII | | Salt type | Length | Separate? | ---------- | -------------- | ----------- | ----- | - | --------- | ------ | --------- | +Algorithm | Recommendation | Hash length | ASCII | | Salt type | Length | Separate? +--------- | -------------- | ----------- | ----- | --- | --------- | ------ | --------- {method_rows}CUSTOM | | | | | | | |