Account Options

  1. Sign in
The old Google Groups will be going away soon.
Switch to the new Google Groups.
Google Groups Home
« Groups Home
Group info
Language: English
Group categories: Not categorized
More group info »
Active older topics
8 new of 8 - Apr 8
4 new of 4 - Apr 5
6 new of 6 - Apr 2
3 new of 3 - Mar 27
3 new of 3 - Mar 26
2 new of 2 - Mar 22
7 new of 7 - Mar 19
14 new of 14 - Mar 15
7 new of 7 - Feb 29
DES
3 new of 3 - Feb 25
Discussions
View:  Topic list, Topic summary Topics 1 - 10 of 69  Older »

You cannot post messages because only members can post, and you are not currently a member.
Description: Talk about the Crypto-JS library.
http://code.google.com/p/crypto-js/
 

Help understanding CryptoJS AES inter-operability with OpenSSL 
  First off, thanks so much for such an excellent library. I've been bringing myself up to speed on AES cryptography this last few weeks and have been stuck for several days and could use help getting unstuck. My overall goal is to be able to have encryption/decryptions in CryptoJS work with encryptions/decryptions in OpenSSL on Rails 3. I've read the... more »
By Ben Willman  - May 18 - 2 new of 2 messages    

Testcase donation for V3 
  Dear Crypto-JS, Evaluating crypto-js I didn't find any testcase. I build my own TestCryptoJS htm file, to "prove" (as far as it can be proven) that crypto-js is functioning correctly. I only implemented testcases for functions I'm interested in. I hereby donate this testcase file to the Crypto-JS project.... more »
By Mirco  - May 15 - 2 new of 2 messages    

AES-CBC and IV 
  Hi everyone, How does AES-CBC successfully decrypt messages that were encrypted using a different IV? If I understand correctly, random IVs are used if none are explicitly specified. Thanks, NK
By Nadim  - May 10 - 5 new of 5 messages    

AES Example CryptoJS 3 
  Hello, i have 3 Questions. :) 1. Where is the Documentation? 2. Is AES 128Bit or 256Bit encryption 3. Is there a mistake in the JavaScript Example on the Startpage? [link] If i try the code: <script src="[link]... more »
By jan  - May 8 - 2 new of 2 messages    

Crypto-js with Web Workers 
  to correctly use web workers, fix the code as follows: var c = window.Crypto = {}, ---> var c = Crypto = {}, /***************************** ****************************** ********* * Web Worker ****************************** ****************************** ********/ <script type="text/javascript">... more »
By matrix  - May 6 - 1 new of 1 message    

Speedup v3 
  Well, you could use typed arrays like Uint8Array and Uint32Array internally instead of WordArray to speed things up...
By Alexander Unseld  - May 5 - 2 new of 2 messages    

v3 beta 1 
  I discovered your work today when I was looking for a way to encode strings on javascript (client) side using javascript. I just completed the code momdification and seems to work like a charm. great work! Thanks for the effort and thanks for sharing!
By serdo  - May 1 - 1 new of 1 message    

Patch for hang and additional utilities 
  I modified my copy of 2.5.3 to do these things: * unpad iso7816 doesn't hang on bad data * hexToBytes doesn't get confused by odd-length hex strings * added Crypto.charenc.Binary.stringTo Hex() and hexToString() diff -bcr crypto-js-2.5.3/blockmodes/blo ckmodes.js crypto-js/ blockmodes/blockmodes.js... more »
By David Madden  - Apr 6 - 3 new of 3 messages    

Crypto-js lib for sha26 hashing (digest ) and base64 encoding not working with Amazon 
  Using { asString:true } converts the binary array to ISO-8859-1 bytes. However when a String is passed in to HMAC it is assumed to require converting into bytes using UTF-8. This means the characters in the range 0x80 to 0xFF become 2 bytes. Therefore you are not calculating the HMAC of the output of the SHA-256.... more »
By Simon Greatrix  - Apr 2 - 1 new of 1 message    

PHP <-> Crypto-JS 
  Does anyone have an example of encrypting data using Crypto-JS then decrypting using PHP (preferably using mcrypt or something built in. I have PHP 5.2 available). I realize SSL is a simpler solution, however it is not an option for me. I've been playing around with no luck so far. I'm not very picky about which algorithm is used (there won't be... more »
By jayfee  - Apr 2 - 9 new of 9 messages    

1 - 10 of 69   « Newer | Older »

XML       Send email to this group: crypto-js@googlegroups.com