View Single Post
Old 09-22-2017, 22:17   #5 (permalink)
doctorsu
Insane Poster
 
Join Date: Jan 2017
Posts: 95
Member: 2674769
Status: Offline
Thanks Meter: 17
hiiiiiiiiiiiiiiiii

Quote:
Originally Posted by Ni****h View Post
This might be helpful: SHA-1 Calculator
solved python


import hashlib

Code:
meid = raw_input("").upper()

s = hashlib.sha1(meid.decode('hex'))
    #decode the hex MEID (convert it to binary!)

pesn = "80" + s.hexdigest()[-6:].upper()
    #put the last 6 digits of the hash after 80

print " " + pesn
  Reply With Quote
 
Page generated in 0.08033 seconds with 8 queries