¡@

Home 

javascript Programming Glossary: encryption

Getting SlowAES and RijndaelManaged class in .NET to play together

http://stackoverflow.com/questions/1149611/getting-slowaes-and-rijndaelmanaged-class-in-net-to-play-together

class in .NET to play together I'm trying to setup AES encryption decryption using the javascript library SlowAES and the RijndaelManaged.. this post where Cheeso has managed to get these two encryption methods to play together In my tests of the COM wrapped SlowAEs.. tests of the COM wrapped SlowAEs I used CBC mode and the encryption was completely compatible with the RijndaelManaged class in..

How can I obfuscate JavaScript?

http://stackoverflow.com/questions/194397/how-can-i-obfuscate-javascript

have a couple of options. First you could do some kind of encryption which is decrypted at page load. That would probably be one..

Unzip files using JavaScript

http://stackoverflow.com/questions/2095697/unzip-files-using-javascript

that I didn't bother to implement in the unzipper like ZIP encryption WinZip encryption zip64 UTF 8 encoded filenames and so on. EDIT.. to implement in the unzipper like ZIP encryption WinZip encryption zip64 UTF 8 encoded filenames and so on. EDIT it handles UTF.. these things would not be hard to implement. I have an AES encryption class in Javascript that could be integrated to support encryption...

Password encryption at client side [duplicate]

http://stackoverflow.com/questions/4121629/password-encryption-at-client-side

encryption at client side duplicate Possible Duplicate About password.. the passwords of my web site users. What I did was use MD5 encryption hashing in server side. But the problem is the passwords remain.. So what I want is to use a client side password encryption mechanism and send the the encrypted password. Can anybody tell..

'onload' handler for 'script' tag in internet explorer

http://stackoverflow.com/questions/4845762/onload-handler-for-script-tag-in-internet-explorer

What is the ProgId or CLSID for IE9's Javascript engine (code-named “Chakra”)

http://stackoverflow.com/questions/7167690/what-is-the-progid-or-clsid-for-ie9s-javascript-engine-code-named-chakra

E Chakra 9.0.16434 And here's the result of a test of AES encryption in Javascript comparing Chakra with JScript 5.8 C dev js SlowAES.. JScript 5.8 C dev js SlowAES cscript.exe test.aes.js AES encryption in Javascript. password Albatros1 salt saltines 73616c74696e6573.. C dev js SlowAES cscript.exe test.aes.js E Chakra AES encryption in Javascript. password Albatros1 salt saltines 73616c74696e6573..

Javascript AES encryption

http://stackoverflow.com/questions/793812/javascript-aes-encryption

AES encryption Is there a library available for AES 256 bits encryption in.. encryption Is there a library available for AES 256 bits encryption in Javascript javascript encryption aes share improve this.. for AES 256 bits encryption in Javascript javascript encryption aes share improve this question JSAES is a powerful implementation..