mirror of
https://github.com/hashcat/hashcat.git
synced 2024-11-22 08:08:10 +00:00
Initial new algorithm issue template
This commit is contained in:
parent
250a00785a
commit
1afbcb0827
35
.github/ISSUE_TEMPLATE/add-new-hash-mode---m-.md
vendored
Normal file
35
.github/ISSUE_TEMPLATE/add-new-hash-mode---m-.md
vendored
Normal file
@ -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.
|
4
.github/ISSUE_TEMPLATE/bug_report.md
vendored
4
.github/ISSUE_TEMPLATE/bug_report.md
vendored
@ -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: ''
|
||||
|
||||
---
|
||||
|
Loading…
Reference in New Issue
Block a user