V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
Visual Studio Code
Sublime Text
IOGraphica
Livid
178.63D
594.94D
V2EX  ›  Dev

Generate Tornado Cookie Secret

  •  
  •   Livid ·
    PRO
    · 2019-08-14 19:05:06 +08:00 · 704 次点击
    这是一个创建于 2296 天前的主题,其中的信息可能已经有所发展或是发生改变。
    #!/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')
    
    目前尚无回复
    关于   ·   帮助文档   ·   自助推广系统   ·   博客   ·   API   ·   FAQ   ·   Solana   ·   3073 人在线   最高记录 6679   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 23ms · UTC 12:11 · PVG 20:11 · LAX 04:11 · JFK 07:11
    ♥ Do have faith in what you're doing.