1
0
mirror of https://github.com/hashcat/hashcat.git synced 2024-11-22 16:18:09 +00:00

Initial new algorithm issue template

This commit is contained in:
Jens Steube 2021-05-19 09:25:47 +02:00 committed by GitHub
parent 250a00785a
commit 1afbcb0827
2 changed files with 37 additions and 2 deletions

View 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.

View File

@ -1,8 +1,8 @@
--- ---
name: Bug report name: Bug report
about: Create a report to help us improve about: Something is not working as expected
title: '' title: ''
labels: '' labels: bug
assignees: '' assignees: ''
--- ---