VBScript runtime error '800a0005' Programming Web Development by rahulkanna … 2003 Can you help this? Code: [CODE]<% Public Function encript(pass) Dim temp, temp1 Dim pos, leng, dt, tim Dim…, pos + 1, Len(temp)) temp = Chr(pos + 150) & temp1 encript = temp End Function Public Function decript(pass) Dim pos, key… Problem with: javax.crypto.BadPaddingException: Data must start with zero Programming Software Development by Frengerdany …;); fospriv.write(llavepriv); fospriv.close(); }[/CODE] Then the code for Encript a txt file with the previously generated private key: [CODE… Re: Encripted psw check Programming Software Development by Jx_Man Call Decript function before check. [icode]......WHERE Decript(psw)=' " & text1.text & " '[/icode] Or You can encript inputed pasw before check [icode]......WHERE psw=' " & Encript(text1.text) & " '[/icode] Re: Online voting !! Programming Web Development by pyari_priya1981 provide each user with a username , password, if possible encript the passwords. Check for each username whether this user has … Re: username@password Programming Software Development by tactfulsaint got any idea on how to encript the datas instead of storinr it in a plain text. give us a code snipet. thank y'all for your contributions. Re: Wifi access point advice Hardware and Software Networking by lolafuertes I use 5 CISCO 1131 AG since 2 years ago running 24/7 with no problems. They are configured to use IPSEC and Radius, and to exchange keys every few seconds to encript the WiFi transmission because security is a must. Re: php form Programming Web Development by almostbob [url=http://lmgtfy.com/?q=how+to+implement+captcha+on+my+web+site]Let me google that for you[/url] encript your email address, anything you put in clear is read by bots for spammers there are multiple captcha scripts for download cmon ya got to laugh at the animation Re: SMTP error could not connect to SMTP host Programming Web Development by varunvashista … return true; } /** * Store Session before redirect * */ function ogluu_exit() { ogluu_session_close(); exit; } /** * Encript ID for security * */ function ogluu_encrypt_id($gID) { if(!isset($_SESSION['user_encrypt_salt… Re: How to Disable (View Source) and (Ctrl+C) from a site? Programming Web Development by Ahmad_10 But it's still easy, some people just use view-source:yourUrl, I just need the answer about how to disable view-source:Url or encript our html code, thanks