OP 28 March, 2026 - 07:34 AM
so you wanna use hashlib for hashing passwords right? I dont really care heres some functions and their meanings
:
hashlib.sha256() pretty simple but you need to insert it into either m.digest or m.hexdigest
but then also if u do variable = hashlib.sha256() (or any type of hashing thing) u can do variable.update("value") instead of variable = hashlib.sha256(password, salt, pepper) also to see all the working hashing things try print(hashlib.algorithms_available()) i think.
those r the basics :D
:hashlib.sha256() pretty simple but you need to insert it into either m.digest or m.hexdigest
but then also if u do variable = hashlib.sha256() (or any type of hashing thing) u can do variable.update("value") instead of variable = hashlib.sha256(password, salt, pepper) also to see all the working hashing things try print(hashlib.algorithms_available()) i think.
those r the basics :D
![[Image: Final-Signeture.png]](https://external-content.duckduckgo.com/iu/?u=https%3A%2F%2Fi.postimg.cc%2F4x1qkq3t%2FFinal-Signeture.png)