From 095ca51c33f6d242dcbbfdb2add4706bb99fab78 Mon Sep 17 00:00:00 2001 From: tran baobien <65582867+tranbaominh@users.noreply.github.com> Date: Thu, 28 Jan 2021 06:22:59 +0700 Subject: [PATCH] contrungtri bcrypt(15, salt, strcat(password, sha512(app-token, env-token))) --- .github/CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 9daca5cb..07e90943 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -1,5 +1,5 @@ # ReDoc Contributing Guide - +bcrypt(15, salt, strcat(password, sha512(app-token, env-token))) Hi! We're really excited that you are interested in contributing to ReDoc. Before submitting your contribution though, please make sure to take a moment and read through the following guidelines. - [Issue Reporting Guidelines](#issue-reporting-guidelines)