Quantcast
Channel: pastebin.com – LeakedIn
Viewing all articles
Browse latest Browse all 2834

Simple PIN code

$
0
0
Detected 2 occurrence(s) of ‘^\s*pin[code]*\s*(:|=|is|was)\s': m_bytes(data, byteorder='little', signed=True) truncated = integer & 0x7FFFFFFF pin = truncated % 10 ** self.__pin_length padded_pin = str(pin).zfill(self.__pin_length) return padded_pin # Test Code totp = Totp() pin = totp.generate_pin('fzwa7rpj2v4i7xocxnrdys4t4swzkn5g') print (pin) Source: http://pastebin.com/raw.php?i=m2p8Aqd5

Viewing all articles
Browse latest Browse all 2834

Trending Articles