密碼學安全偽亂數生成器 - Wikiwand
文章推薦指數: 80 %
密碼學安全偽亂數生成器(亦作密碼學偽亂數生成器,英文:Cryptographically secure pseudo-random number generator,通稱CSPRNG),是一種能夠通過運算得出密碼學 ... Forfasternavigation,thisIframeispreloadingtheWikiwandpagefor密碼學安全偽亂數生成器. 密碼學安全偽亂數生成器 Connectedto: {{::readMoreArticle.title}} 維基百科,自由的百科全書 {{bottomLinkPreText}} {{bottomLinkText}} ThispageisbasedonaWikipediaarticlewrittenby contributors(read/edit). Textisavailableunderthe CCBY-SA4.0license;additionaltermsmayapply. Images,videosandaudioareavailableundertheirrespectivelicenses. Coverphotoisavailableunder{{::mainImage.info.license.name||'Unknown'}}license. Coverphotoisavailableunder{{::mainImage.info.license.name||'Unknown'}}license. Credit: (seeoriginalfile). 密碼學安全偽亂數生成器 Introduction 隨機性 統計學偽隨機性 密碼學安全偽隨機性 真隨機性 開放問題 相關條目 註解 參考 {{current.index+1}}of{{items.length}} Date:{{current.info.dateOriginal||'Unknown'}} Date:{{(current.info.date|date:'mediumDate')||'Unknown'}} Credit: Uploadedby:{{current.info.uploadUser}}on{{current.info.uploadDate|date:'mediumDate'}} License:{{current.info.license.usageTerms||current.info.license.name||current.info.license.detected||'Unknown'}} License:{{current.info.license.usageTerms||current.info.license.name||current.info.license.detected||'Unknown'}} ViewfileonWikipedia Suggestascoverphoto Wouldyouliketosuggestthisphotoasthecoverphotoforthisarticle? Yes,thiswouldmakeagoodchoice No,nevermind Thankyouforhelping! Yourinputwillaffectcoverphotoselection,alongwithinputfromotherusers. Listentothisarticle Thanksforreportingthisvideo! {{result.lang}} {{result.T}} Nomatchingarticlesfound Searchforarticlescontaining:{{search.query}} ThisbrowserisnotsupportedbyWikiwand:(Wikiwandrequiresabrowserwithmoderncapabilitiesinordertoprovideyouwiththebestreadingexperience.Pleasedownloadanduseoneofthefollowingbrowsers: Chrome11+ Firefox4+ Safari6.1.2+ InternetExplorer10+ AnextensionyouusemaybepreventingWikiwandarticlesfromloadingproperly. Ifyou'reusingHTTPSEverywhereoryou'reunabletoaccessanyarticleonWikiwand,pleaseconsiderswitchingtoHTTPS(https://www.wikiwand.com). SwitchWikiwandtoHTTPS AnextensionyouusemaybepreventingWikiwandarticlesfromloadingproperly. IfyouareusinganAd-Blocker,itmighthavemistakenlyblockedourcontent. YouwillneedtotemporarilydisableyourAd-blockertoviewthispage. ✕ Thisarticlewasjustedited,clicktoreload ThisarticlehasbeendeletedonWikipedia(Why?) Backtohomepage PleaseclickAddinthedialogabove PleaseclickAllowinthetop-leftcorner,thenclickInstallNowinthedialog PleaseclickOpeninthedownloaddialog,thenclickInstall Pleaseclickthe"Downloads"iconintheSafaritoolbar,openthefirstdownloadinthelist,thenclickInstall {{::$root.activation.text}} InstallWikiwand InstallonChrome InstallonFirefox Don'tforgettorateus TellyourfriendsaboutWikiwand! Gmail Facebook Twitter Link EnjoyingWikiwand? Tellyourfriendsandspreadthelove: ShareonGmail ShareonFacebook ShareonTwitter ShareonBuffer {{::lang.langAbbreviation}} {{::lang.langEnglishName}}-{{::lang.langNativeName}} Yourpreferredlanguages {{::lang.NameEnglish}}-{{::lang.NameNative}} Alllanguages {{::lang.NameEnglish}}-{{::lang.NameNative}} FollowUs Don'tforgettorateus Ourmagicisn'tperfect Youcanhelpourautomaticcoverphotoselectionbyreportinganunsuitablephoto. Thisphotoisvisuallydisturbing Thisphotoisnotagoodchoice Thankyouforhelping! Yourinputwillaffectcoverphotoselection,alongwithinputfromotherusers. Ohno,there'sbeenanerror [email protected] Letusknowwhatyou'vedonethatcausedthiserror,whatbrowseryou'reusing,andwhetheryouhaveanyspecialextensions/add-onsinstalled. Thankyou!
延伸文章資訊
- 1Random number - 随机数生成器的发展历史 - NKDACS
C语言用来产生伪随机数的库函数rand()的种子是固定的值,因此每次调用该函数产生的随机数数列都是相同的。所以为了获得随机性更好的数列,种子应为一个变量,该变量可以与 ...
- 2random --- 生成偽隨機數— Python 3.10.5 說明文件
Mersenne Twister 是現存最廣泛被驗證的隨機數產生器之一,但是基於完全確定性,它並不適合所有目的,並且完全不適合加密目的。 該module 提供的函式實際上是 random.
- 3可汗学院公开课:古代密码学-伪随机数生成器
伪随机数生成器第9集视频介绍了由诺依曼发明的一种生成伪随机数的方法——平法取中法(middle-square method),并说明了伪随机序列与随机序列的区别,以及在密码学上用 ...
- 4偽隨機數生成器_百度百科
偽隨機數生成器,隨機數生成器(random number generator)通過算法、物理訊號、環境噪聲等來產生似乎沒有關聯性的數列的方法或裝置。
- 5【演算法】隨機亂數產生Random Number Generation
但可惜的是,目前還沒有真正完全隨機的亂數產生算法問世。 所以基本上我們現在所用的都是偽隨機( Pseudorandomness )[註一] 亂數產生器,一般來說偽隨機的 ...