主頁(yè) > 知識(shí)庫(kù) > asp 下產(chǎn)生任意位數(shù)隨機(jī)密碼的代碼

asp 下產(chǎn)生任意位數(shù)隨機(jī)密碼的代碼

熱門(mén)標(biāo)簽:宜賓語(yǔ)音外呼系統(tǒng)軟件 河北智能外呼系統(tǒng)軟件 福建外呼增值業(yè)務(wù)線路 中國(guó)辦理電信400電話(huà) 調(diào)度系統(tǒng)外呼 綿陽(yáng)防封電銷(xiāo)卡價(jià)格 電銷(xiāo)機(jī)器人源碼網(wǎng)盤(pán)下載 伊春外呼業(yè)務(wù)系統(tǒng) 電銷(xiāo)機(jī)器人教育
%
'******************************
'函數(shù):MakePassword(byval maxlen)
'參數(shù):maxlen,要生成的密碼位數(shù)長(zhǎng)度
'作者:阿里西西
'日期:2007/7/12
'描述:產(chǎn)生任意位數(shù)隨機(jī)密碼
'示例:%=MakePassword(8)%> 
'******************************
function MakePassword(byval maxlen) 
dim strnewpass 
dim whatsnext, upper, lower, intcounter 
randomize 
for intcounter = 1 to maxlen 
whatsnext = int((1 - 0 + 1) * rnd + 0) 
if whatsnext = 0 then 
'character 
upper = 90 
lower = 65 
else 
upper = 57 
lower = 48 
end if 
strnewpass = strnewpass  chr(int((upper - lower + 1) * rnd + lower)) 
next 
makepassword = strnewpass 
end function 
%>

標(biāo)簽:那曲 電商邀評(píng) 優(yōu)質(zhì)小號(hào) 銅川 河池 延邊 新鄉(xiāng) 蘇州

巨人網(wǎng)絡(luò)通訊聲明:本文標(biāo)題《asp 下產(chǎn)生任意位數(shù)隨機(jī)密碼的代碼》,本文關(guān)鍵詞  asp,下,產(chǎn)生,任意,位數(shù),隨機(jī),;如發(fā)現(xiàn)本文內(nèi)容存在版權(quán)問(wèn)題,煩請(qǐng)?zhí)峁┫嚓P(guān)信息告之我們,我們將及時(shí)溝通與處理。本站內(nèi)容系統(tǒng)采集于網(wǎng)絡(luò),涉及言論、版權(quán)與本站無(wú)關(guān)。
  • 相關(guān)文章
  • 下面列出與本文章《asp 下產(chǎn)生任意位數(shù)隨機(jī)密碼的代碼》相關(guān)的同類(lèi)信息!
  • 本頁(yè)收集關(guān)于asp 下產(chǎn)生任意位數(shù)隨機(jī)密碼的代碼的相關(guān)信息資訊供網(wǎng)民參考!
  • 推薦文章