From 1afbcb0827acff7f4f46484b01a8f9c60135d287 Mon Sep 17 00:00:00 2001 From: Jens Steube Date: Wed, 19 May 2021 09:25:47 +0200 Subject: [PATCH] Initial new algorithm issue template --- .../ISSUE_TEMPLATE/add-new-hash-mode---m-.md | 35 +++++++++++++++++++ .github/ISSUE_TEMPLATE/bug_report.md | 4 +-- 2 files changed, 37 insertions(+), 2 deletions(-) create mode 100644 .github/ISSUE_TEMPLATE/add-new-hash-mode---m-.md diff --git a/.github/ISSUE_TEMPLATE/add-new-hash-mode---m-.md b/.github/ISSUE_TEMPLATE/add-new-hash-mode---m-.md new file mode 100644 index 000000000..ca14841ad --- /dev/null +++ b/.github/ISSUE_TEMPLATE/add-new-hash-mode---m-.md @@ -0,0 +1,35 @@ +--- +name: Add new hash-mode (-m) +about: Add support for new algorithm +title: '' +labels: new algorithm +assignees: '' + +--- + +**Is your request based on a publicly know cryptographic schema and where can we find information about?** +For instance: +- The hashing function XY is a public known hash algorithm on Wikipedia. +- The password protection for the application XY was made by public by security researcher XY and there's a paper called ... +- The cryptographic schema used in protocol XY can be found in the OSS code on it's GitHub repository. + +**Describe the solution you'd like** +A clear and concise description of what you want to happen. + +**Describe alternatives you've considered** +A clear and concise description of any alternative solutions or features you've considered. For instance, other standalone crackers which already support this algorithm. + +**Provide an example hash/database/file and a known correct password** +The most easy way to produce this is to simply generate a new one using the application itself. + +**Explain how the cryptographic schema is implemented** +The best way is with a proof of concept code in any computer language or pseudo code you like. + +**Describe the known limitations of the algorithm** +Many applications limit the password and/or salt to a specific minimum and maximum length. + +**Where do you typically find the algorithm** +In case you are requesting a cryptographic primitive, name some of the Applications/OS in which it is being used. + +**Additional context** +Add any other context or screenshots about the feature request here. diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 1dadecff1..63b99626d 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,8 +1,8 @@ --- name: Bug report -about: Create a report to help us improve +about: Something is not working as expected title: '' -labels: '' +labels: bug assignees: '' ---