UUID generations using python #1

Closed
opened 2020-10-19 21:36:42 -04:00 by pepper · 2 comments
Owner

Found a juicy one

# Python3 code to generate the 
# random id using uuid1() 
  
import uuid 
  
# Printing random id using uuid1() 
print ("The random id using uuid1() is : ",end="") 
print (uuid.uuid1()) 
Found a juicy one ``` # Python3 code to generate the # random id using uuid1() import uuid # Printing random id using uuid1() print ("The random id using uuid1() is : ",end="") print (uuid.uuid1()) ```
Owner

I like it

I was gonna be like

import random
import b64.b64encode

in = b64encode(ticketID + str(time.now()))[:128]

I like it I was gonna be like import random import b64.b64encode in = b64encode(ticketID + str(time.now()))[:128]
Owner

Fixed in commit f9c071aa43

Fixed in commit f9c071aa43
This repo is archived. You cannot comment on issues.
No Label
2 Participants
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: The_Bois/MigratorProject#1
No description provided.