JavaScript - Powerful Encryption!
I was going around few websites and found this: abitofextra dot com
their source encryption is different and i have never really seen one like this. any ideas how they encrypted the source?! i work as freelancer and would be a great help if i could encrypt my codes too. Similar Tutorialscan i write the encryption type in javascript?? i am writing like this in my javascript function, but not able to getting it work...... document.form_name.enctype ="multipart/form-data" I've been working on RSA encryption using javascript and php for quite some time but i'm not able to do it properly. i'm using the standard RSA.js,BigInt.js and Barrett.js javascript files for the javascript part but the thing that i have noticed is the public exponent is always 10001 or 3 . only then the function works. but the problem is the php file generates a comparatively larger public key exponent. if i use that in the javascript function it crashes. is there anyway out of this ?
Hello, I want to use this script I got from he http://javascript.about.com/library/blencrypt.htm The examples there work fine for me. But what I cannot seem to do is use any other 'key' than one made by Code: hexToByteArray(genkey()); I've tried all the things I can think of, like Code: var key = stringToByteArray("mickeymouse"); for instance, doesn't work... The ciphertext just says 'undefined' when I try to display it. I really cannot see the problem here. I just want to be able to use a user supplied key, not a bloomin random one every time. This is really frustrating me, it's even invading my dream time! Does anyone know what's going wrong here? Please help. I have a need of a Java Script function to encrypt passwords into Salted SHA in a format similar to the way LDAP stores it. Does anyone know if this has ever been done? I am having trouble with a script that works with the link invisibly which you can see the cursor change to a pointer hand when hovering next to "Email:". If I copyed and pasted the script below Code: <script language=JavaScript> <!-- var user = "name"; var host = "domain.com"; var link = user + "@" + host; document.write("<a hre" + "f=ma" + "ilto:" + user + "@" + host + ">" + link + "</a>"); //--> </script> It would show if you placed the script in the body portion of a blank HTML page. In my website below I can't figure out why the link doesn't show and is invisible. Any suggestions on how to fix this? This emailHide.html.txt file is below, to view in HTML remove the .txt extention and save and view in browser. |