This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Antifreeze,Color:235 255 95 225\nCohesion:0.025\nAdhesion:0\nViscosity:2.5\nSurface Tension:0.02\nFluid Rest Distance:0.55\nDynamic Friction: | |
Balls (Blur Passes=0/Anisotropy=0),Color:55 255 155 255\nCohesion:0.0000\nAdhesion:0\nViscosity:0\nSurface Tension:0\nFluid Rest Distance:0.85\nDynamic Friction:0.00 | |
Better Water,Color:242 250 255 9\nCohesion:\nAdhesion:\nViscosity:\nSurface Tension:\nFluid Rest Distance:\nDynamic Friction: | |
Blob,Color:164 151 255 255\nCohesion:1.355\nAdhesion:0.058\nViscosity:0\nSurface Tension:1\nFluid Rest Distance:0.55\nDynamic Friction: | |
Blueberry Jam,Color:44 13 78 41\nCohesion:2.000\nAdhesion:0.083\nViscosity:5.57\nSurface Tension:0.02\nFluid Rest Distance:0.74\nDynamic Friction: | |
Butter,Color:255 237 195 255\nCohesion:0.202\nAdhesion:0.087\nViscosity:13.45\nSurface Tension:0.01\nFluid Rest Distance:0.55\nDynamic Friction: | |
Chocolate Milk,Color:122 72 54 255\nCohesion:\nAdhesion:\nViscosity:\nSurface Tension:\nFluid Rest Distance:\nDynamic Friction: | |
Cum,Color:242 250 255 255\nCohesio |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import os | |
import sys | |
from PySide6.QtCore import Qt, QUrl, QSize | |
from PySide6.QtGui import QIcon, QPixmap | |
from PySide6.QtWidgets import ( | |
QApplication, | |
QMainWindow, | |
QLabel, | |
QListWidget, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Assuming the password is 16 digits: | |
----------------------------------- | |
Hashcat command: hashcat -m 11600 -a 3 hash.txt ?d?d?d?d?d?d?d?d?d?d?d?d?d?d?d?d | |
John command: john --format=7z --mask=?d?d?d?d?d?d?d?d?d?d?d?d?d?d?d?d hash.txt | |
Other patterns to try assuming 8 characters: | |
-------------------------------------------- | |
(try reducing the number of ?1 to check different lenghts) | |
(more than 8 is virtually impossible for single machine) |