Created
August 14, 2017 02:57
-
-
Save jinuljt/95df8927d4dcd0272c102d9479245085 to your computer and use it in GitHub Desktop.
python ksuid
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import time | |
import uuid | |
def ksuid(): | |
return hex(int(time.time()))[2:] + uuid.uuid4().hex |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
2.4 GHz Intel Core i5