• 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.

Python Crypter

Psycho_Coder

Active Poster
Retired Staff
Active Member
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: ')
 
Also dev is such a 1337 mlg coder :o
 
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 I'll throw my crumpets at ya window
 
General chit-chat
Help Users
  • No one is chatting at the moment.


      You do not have the permission to use the chat.
      @ QM|T_JinX: :weed:
      Back
      Top