Guest User

Untitled

a guest
Mar 19th, 2018
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.11 KB | None | 0 0
  1. import os
  2. from base64 import b64encode
  3. random_bytes = os.urandom(24)
  4. print(b64encode(random_bytes).decode('utf-8'))
Add Comment
Please, Sign In to add comment