JavaScript實如今線生成高強度隨機密碼工具-toolfk程序員在線工具網

    本文要推薦的[ToolFk]是一款程序員常用的線上免費測試工具箱,ToolFk 特點是專一於程序員平常的開發工具,不用安裝任何軟件,只要把內容貼上按一個執行按鈕,就能獲取到想要的內容結果。ToolFk還支持 BarCode條形碼在線生成QueryList採集器PHP代碼在線運行PHP混淆、加密、解密Python代碼在線運行JavaScript在線運行YAML格式化工具HTTP模擬查詢工具HTML在線工具箱JavaScript在線工具箱CSS在線工具箱JSON在線工具箱Unixtime時間戳轉換Base64/URL/Native2Ascii轉換CSV轉換工具箱XML在線工具箱WebSocket在線工具Markdown 在線工具箱Htaccess2nginx 轉換進制在線轉換在線加密工具箱在線僞原創工具在線APK反編譯在線網頁截圖工具在線隨機密碼生成在線生成二維碼Qrcode在線Crontab表達式生成在線短網址生成在線計算器工具。等20多個平常程序員開發工具,算是一個很是全面的程序員工具箱網站。javascript


網站名稱:ToolFk
網站鏈結:www.toolfk.com/
工具連接:www.toolfk.com/tool-passwo…php

代碼教學

本工具[在線高強度隨機密碼生成器工具]使用JavaScript編寫
css

STEP 1html

password.png

STEP 2java

核心代碼以下python

function appendHtml(name,url){
    var tmp_html     = $("#tmp").html().replaceAll("#NAME#",name).replaceAll("#URL#",url);
    $(".show-area").html(tmp_html);
}
$(function(){
    $(".generate-password").click(function(){
        for (var e = $("#pgLength").val(), a = "abcdefghijklmnopqrstuvwxyz", t = "ABCDEFGHIJKLMNOPQRSTUVWXYZ", r = "0123456789", i = "!@#$%^&*()_+~`|}{[]:;?><,./-=", n = "", o = n; n.length < e; )
            entity1 = Math.ceil(a.length * Math.random() * Math.random()),
                entity2 = Math.ceil(r.length * Math.random() * Math.random()),
                entity3 = Math.ceil(i.length * Math.random() * Math.random()),
                entity4 = Math.ceil(t.length * Math.random() * Math.random()),
            $("#chkl").is(":checked") && n.length < e && (n += a.charAt(entity1)),
            $("#chku").is(":checked") && n.length < e && (n += t.charAt(entity4)),
            $("#chkn").is(":checked") && n.length < e && (n += r.charAt(entity2)),
            $("#chksc").is(":checked") && n.length < e && (n += i.charAt(entity3)),
            o == n && (rand = Math.floor(4 * Math.random()) + 1,
                1 == rand ? n += a.charAt(entity1) : 2 == rand ? n += t.charAt(entity4) : 3 == rand ? n += r.charAt(entity2) : 4 == rand && (n += i.charAt(entity3)),
                o = n);
        toolfk.report('generate-password',n);
        appendHtml("@lang('toolfk.lang_text_padd_rand_num')",n);
    });
});複製代碼


值得一試的三個理由:

  1. 整合各種程序員開發中常用的開發測試工具。nginx

  2. 簡潔美觀大氣的網站頁面程序員

  3. 支持 在線格式化執行代碼、APK在線反編譯、在線高強度密碼生成、在線網頁截圖 等二十多種工具服務web

  4. 同時還推薦一下它的姐妹網 www.videofk.com 視頻下載工具箱 json



相關文章
相關標籤/搜索