Files
pwnagotchi/pwnagotchi/mesh/__init__.py

5 lines
90 B
Python

import os
def new_session_id():
return ':'.join(['%02x' % b for b in os.urandom(6)])