Possibility of adding teamspeak 3 channel hash algorithm
Nobody has claimed this yet.
- Dominant language
- C
- Stars
- 13.6k
- Forks
- 2.6k
- PR merge metrics
- No merged PRs in 30d
Description
Hello, Id like to request teamspeak 3 channel hash algorithm to john to use the full gpu power
The algorithm is base64(sha1(base64(sha1($pass))$virtualserver_keypair))
the virtualserver_keypair works as salt and could be supplied to the program
The hash could also be converted from base64 to hex to improve the speed
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
No source file, test, or entry point is named. Start by tracing how John the Ripper represents salted password hashes and GPU-capable formats, then compare that path with the stated base64 and SHA-1 sequence and virtualserver_keypair salt. Done means the TeamSpeak 3 algorithm is supported with the supplied salt and uses the requested GPU path.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- c
- Domain
- cryptography, security
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100