1
0
mirror of https://github.com/hashcat/hashcat.git synced 2025-01-08 14:51:10 +00:00
hashcat/.vscode/settings.json
John Doe 4dab13932c Add enc8 hash format support (module 33000)
- Implements new hash mode for enc8 format
- Uses base64 decoding with 4-byte salt extraction
- Compatible with existing md5(.) kernel (mode 10)
- Follows project code style guidelines
- MIT licensed

Example hash: {enc8}D5CJdzcm8Wkn1hmHleiN9xE8wl0=

Co-Authored-By: SQL master
2024-12-15 16:44:42 +08:00

3 lines
45 B
JSON

{
"cmake.ignoreCMakeListsMissing": true
}