Visual Studio Code
Sublime Text
IOGraphica
Livid
381.69D
524.62D
V2EX  ›  Dev

Generate Tornado Cookie Secret

  •  
  •   Livid ·
    PRO
    · Aug 14, 2019 · 987 views
    This topic created in 2535 days ago, the information mentioned may be changed or developed.
    #!/usr/bin/env python
    
    import base64
    import os
    
    # Get a number that is random enough for cryptographic purposes.
    print base64.b64encode(os.urandom(50)).decode('ascii')
    
    No Comments Yet
    About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   5183 Online   Highest 6679   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 29ms · UTC 05:51 · PVG 13:51 · LAX 22:51 · JFK 01:51
    ♥ Do have faith in what you're doing.