mirror of
https://github.com/zulip/zulip.git
synced 2026-07-12 21:04:41 +08:00
Zulip 服务器和 Web 应用程序。开源团队聊天可帮助团队保持高效和专注。
The documentation for the Python `random` module explains that it "is completely unsuitable for cryptographic purposes." This new way of generating API keys replaces use of the random module with `os.urandom()`, which is intended to be suitable for such uses. As a bonus, the code is simpler and clearer. (imported from commit cc3697a5048f2da53f0fce6689167f9d1cbb6466) |
||
|---|---|---|
| api | ||
| assets | ||
| bots | ||
| certs | ||
| confirmation | ||
| humbug | ||
| node_modules | ||
| servers | ||
| static | ||
| templates | ||
| tools | ||
| zephyr | ||
| .gitignore | ||
| manage.py | ||