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: Chat-GPT-Image-Jun-3-2026-at-04-05-26-PM.png]](https://external-content.duckduckgo.com/iu/?u=https%3A%2F%2Fi.postimg.cc%2FY02yKHS4%2FChat-GPT-Image-Jun-3-2026-at-04-05-26-PM.png)