Skip to content
This repository was archived by the owner on Dec 1, 2024. It is now read-only.

Commit 82d6598

Browse files
Update signatures.py
1 parent f329ee0 commit 82d6598

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

signatures.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ def get_cnonce() -> str:
1818
return cnonce
1919

2020
def crypt(inp:str):
21-
#sha256 alg + sol
22-
sol = '0woz2wTimes9izs0vFQjLmwqqSzAPNFtmWNcbOL6xJva5Molyb'#Fucking sol
21+
#sha256 alg + sol(salt)
22+
sol = '0woz2wTimes9izs0vFQjLmwqqSzAPNFtmWNcbOL6xJva5Molyb'#Fucking sol(salt)
2323
return hashlib.sha256(bytes(inp+sol,'utf-8')).hexdigest()
2424

2525
def get_timestamp()->str:

0 commit comments

Comments
 (0)