Skip to content

Instantly share code, notes, and snippets.

@VulBusters
Created August 9, 2023 07:57
Show Gist options
  • Save VulBusters/29eb496638184c35bafcaa642463df8a to your computer and use it in GitHub Desktop.
Save VulBusters/29eb496638184c35bafcaa642463df8a to your computer and use it in GitHub Desktop.
def generate_kid(self, session_key) -> str:
keyId = str(uuid.uuid4())
self._redis.set(keyId, session_key)
return keyId
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment