René's URL Explorer Experiment


Title: secrets --- 產生用於管理機密的安全亂數 — Python 3.14.0 說明文件

direct link

Domain: python.github.io

readthedocs-addons-api-version1

Links:

https://www.python.org/
目錄https://python.github.io/python-docs-zh-tw/contents.html
secrets --- 產生用於管理機密的安全亂數https://python.github.io/python-docs-zh-tw/library/secrets.html
亂數https://python.github.io/python-docs-zh-tw/library/secrets.html#random-numbers
產生權杖(token)https://python.github.io/python-docs-zh-tw/library/secrets.html#generating-tokens
權杖應當使用多少個位元組?https://python.github.io/python-docs-zh-tw/library/secrets.html#how-many-bytes-should-tokens-use
其他函式https://python.github.io/python-docs-zh-tw/library/secrets.html#other-functions
應用技巧和典範實務(best practices)https://python.github.io/python-docs-zh-tw/library/secrets.html#recipes-and-best-practices
hmac --- 基於金鑰雜湊的訊息驗證https://python.github.io/python-docs-zh-tw/library/hmac.html
通用作業系統服務https://python.github.io/python-docs-zh-tw/library/allos.html
回報錯誤https://python.github.io/python-docs-zh-tw/bugs.html
顯示原始碼 https://github.com/python/cpython/blob/main/Doc/library/secrets.rst?plain=1
索引https://python.github.io/python-docs-zh-tw/genindex.html
模組https://python.github.io/python-docs-zh-tw/py-modindex.html
下一頁https://python.github.io/python-docs-zh-tw/library/allos.html
上一頁https://python.github.io/python-docs-zh-tw/library/hmac.html
Pythonhttps://www.python.org/
3.14.0 Documentationhttps://python.github.io/python-docs-zh-tw/index.html
Python 標準函式庫 (Standard Library)https://python.github.io/python-docs-zh-tw/library/index.html
加密服務https://python.github.io/python-docs-zh-tw/library/crypto.html
secrets --- 產生用於管理機密的安全亂數https://python.github.io/python-docs-zh-tw/library/secrets.html
https://python.github.io/python-docs-zh-tw/library/secrets.html#module-secrets
Lib/secrets.pyhttps://github.com/python/cpython/tree/3.14/Lib/secrets.py
secretshttps://python.github.io/python-docs-zh-tw/library/secrets.html#module-secrets
secretshttps://python.github.io/python-docs-zh-tw/library/secrets.html#module-secrets
randomhttps://python.github.io/python-docs-zh-tw/library/random.html#module-random
PEP 506https://peps.python.org/pep-0506/
https://python.github.io/python-docs-zh-tw/library/secrets.html#random-numbers
secretshttps://python.github.io/python-docs-zh-tw/library/secrets.html#module-secrets
https://python.github.io/python-docs-zh-tw/library/secrets.html#secrets.SystemRandom
random.SystemRandomhttps://python.github.io/python-docs-zh-tw/library/random.html#random.SystemRandom
https://python.github.io/python-docs-zh-tw/library/secrets.html#secrets.choice
https://python.github.io/python-docs-zh-tw/library/secrets.html#secrets.randbelow
https://python.github.io/python-docs-zh-tw/library/secrets.html#secrets.randbits
https://python.github.io/python-docs-zh-tw/library/secrets.html#generating-tokens
secretshttps://python.github.io/python-docs-zh-tw/library/secrets.html#module-secrets
https://python.github.io/python-docs-zh-tw/library/secrets.html#secrets.token_bytes
https://python.github.io/python-docs-zh-tw/library/secrets.html#secrets.token_hex
https://python.github.io/python-docs-zh-tw/library/secrets.html#secrets.token_urlsafe
https://python.github.io/python-docs-zh-tw/library/secrets.html#how-many-bytes-should-tokens-use
暴力攻擊https://en.wikipedia.org/wiki/Brute-force_attack
secretshttps://python.github.io/python-docs-zh-tw/library/secrets.html#module-secrets
inthttps://python.github.io/python-docs-zh-tw/library/functions.html#int
https://python.github.io/python-docs-zh-tw/library/secrets.html#other-functions
https://python.github.io/python-docs-zh-tw/library/secrets.html#secrets.compare_digest
類位元組串物件https://python.github.io/python-docs-zh-tw/glossary.html#term-bytes-like-object
時序攻擊https://codahale.com/a-lesson-in-timing-attacks/
hmac.compare_digest()https://python.github.io/python-docs-zh-tw/library/hmac.html#hmac.compare_digest
https://python.github.io/python-docs-zh-tw/library/secrets.html#recipes-and-best-practices
secretshttps://python.github.io/python-docs-zh-tw/library/secrets.html#module-secrets
以可復原的格式儲存密碼https://cwe.mitre.org/data/definitions/257.html
XKCD 風格的 passphrasehttps://xkcd.com/936/
目錄https://python.github.io/python-docs-zh-tw/contents.html
secrets --- 產生用於管理機密的安全亂數https://python.github.io/python-docs-zh-tw/library/secrets.html
亂數https://python.github.io/python-docs-zh-tw/library/secrets.html#random-numbers
產生權杖(token)https://python.github.io/python-docs-zh-tw/library/secrets.html#generating-tokens
權杖應當使用多少個位元組?https://python.github.io/python-docs-zh-tw/library/secrets.html#how-many-bytes-should-tokens-use
其他函式https://python.github.io/python-docs-zh-tw/library/secrets.html#other-functions
應用技巧和典範實務(best practices)https://python.github.io/python-docs-zh-tw/library/secrets.html#recipes-and-best-practices
hmac --- 基於金鑰雜湊的訊息驗證https://python.github.io/python-docs-zh-tw/library/hmac.html
通用作業系統服務https://python.github.io/python-docs-zh-tw/library/allos.html
回報錯誤https://python.github.io/python-docs-zh-tw/bugs.html
顯示原始碼 https://github.com/python/cpython/blob/main/Doc/library/secrets.rst?plain=1
索引https://python.github.io/python-docs-zh-tw/genindex.html
模組https://python.github.io/python-docs-zh-tw/py-modindex.html
下一頁https://python.github.io/python-docs-zh-tw/library/allos.html
上一頁https://python.github.io/python-docs-zh-tw/library/hmac.html
Pythonhttps://www.python.org/
3.14.0 Documentationhttps://python.github.io/python-docs-zh-tw/index.html
Python 標準函式庫 (Standard Library)https://python.github.io/python-docs-zh-tw/library/index.html
加密服務https://python.github.io/python-docs-zh-tw/library/crypto.html
secrets --- 產生用於管理機密的安全亂數https://python.github.io/python-docs-zh-tw/library/secrets.html
版權所有https://python.github.io/python-docs-zh-tw/copyright.html
歷史與授權條款https://python.github.io/license.html
敬請捐贈。https://www.python.org/psf/donations/
發現 bughttps://python.github.io/bugs.html
Sphinxhttps://www.sphinx-doc.org/

Viewport: width=device-width, initial-scale=1.0


URLs of crawlers that visited me.