Navigation X
ALERT
Click here to register with a few steps and explore all our cool stuff we have to offer!



   152

Hashlib basics

by oprandom - 28 March, 2026 - 07:34 AM
This post is by a banned member (oprandom) - Unhide
oprandom  
Registered
16
Posts
1
Threads
#1
so you wanna use hashlib for hashing passwords right? I dont really care heres some functions and their meanings [Image: hackerman.gif] :

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: hype.png]
This post is by a banned member (DaddyBanks) - Unhide
311
Posts
23
Threads
3 Years of service
#2
Thanks for sharing this..
This post is by a banned member (oprandom) - Unhide
oprandom  
Registered
16
Posts
1
Threads
#3
(28 March, 2026 - 07:36 AM)DaddyBanks Wrote: Show More
Thanks for sharing this..

yw

Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
or
Sign in
Already have an account? Sign in here.


Forum Jump:


Users browsing this thread: 1 Guest(s)