JavaScript實現線上生成高強度隨機密碼工具-toolfk程式設計師線上工具網
阿新 • • 發佈:2018-11-25
本文要推薦的[ToolFk]是一款程式設計師經常使用的線上免費測試工具箱,ToolFk 特色是專注於程式設計師日常的開發工具,不用安裝任何軟體,只要把內容貼上按一個執行按鈕,就能獲取到想要的內容結果。ToolFk還支援 BarCode條形碼線上生成、 QueryList採集器、 PHP程式碼線上執行、 PHP混淆、加密、解密、 Python程式碼線上執行、JavaScript線上執行、YAML格式化工具、HTTP模擬查詢工具、HTML線上工具箱、JavaScript線上工具箱、CSS線上工具箱、JSON線上工具箱
程式碼教學
本工具[線上高強度隨機密碼生成器工具]使用JavaScript編寫
STEP 1
STEP 2
核心程式碼如下
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 = "[email protected]#$%^&*()_+~`|}{[]:;?><,./-=", 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); }); });
值得一試的三個理由:
整合各種程式設計師開發中經常使用的開發測試工具。
簡潔美觀大氣的網站頁面
支援 線上格式化執行程式碼、APK線上反編譯、線上高強度密碼生成、線上網頁截圖 等二十多種工具服務
同時還推薦一下它的姐妹網 www.videofk.com 視訊下載工具箱