fork(4) download
  1. #!/usr/bin/env python
  2.  
  3. import base64
  4. import os
  5.  
  6. # Get a number that is random enough for cryptographic purposes.
  7. print base64.b64encode(os.urandom(50)).decode('ascii')
Success #stdin #stdout 0s 23608KB
stdin
Standard input is empty
stdout
AjOIgQb2JyOv5c6TIwUYKuu4HFerEedgAfTZ1yCc0/kL2ryBf9xCtoKGnwQ1uN3uuVc=