Python Crypter

  • Hello Guest! Welcome to ConsoleCrunch, to help support our site check out the premium upgrades HERE! to get exclusive access to our hidden content.
  • Unable to load portions of the website...
    If you use an ad blocker addon, you should disable it because it interferes with several elements of the site and blocks more than just adverts.
  • Read Rules Before Posting Post Virus Scans with every program.

Psycho_Coder

Active Poster
Retired Staff
Active Member
Apr 12, 2014
642
481
133
UK
b85f4f1b278a71e0ef6542dc144a0640.png


Ecryptes passwords. Source code below.

Code:
import uuid
import hashlib



def hash_password(password):
 salt = uuid.uuid4().hex
 return hashlib.sha256(salt.encode() + password.encode()).hexdigest() + ':' + salt


new_pass = input('Please enter a password: ')
 
Lel devs name
 
Also dev is such a 1337 mlg coder :o
 
Wot m8?¿?¿?¿
 
h4xor! :xD:

b85f4f1b278a71e0ef6542dc144a0640.png


Ecryptes passwords. Source code below.

Code:
import uuid
import hashlib



def hash_password(password):
salt = uuid.uuid4().hex
return hashlib.sha256(salt.encode() + password.encode()).hexdigest() + ':' + salt


new_pass = input('Please enter a password: ')
 
m8 ill boot you offline with my jays booter #NigguhsDontPlay:cool:
 
  • Like
Reactions: Psycho_Coder
Ight m8 fight me at pax
 
M8 I'll throw my crumpets at ya window
 
General chit-chat
Help Users
      Chat Bot: QM|T_JinX has joined the room.