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
14 new of 14 - Jan 8
1 new of 1 - Jan 6
AES
9 new of 9 - Jan 5
4 new of 4 - Jan 5
6 new of 6 - Jan 5
8 new of 8 - Dec 14 2011
3 new of 3 - Dec 14 2011
4 new of 4 - Dec 3 2011
3 new of 3 - Nov 23 2011
6 new of 6 - Nov 11 2011
Discussions
View:  Topic list, Topic summary Topics 1 - 10 of 54  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/
 

AES problems with crypto-js and pycrypto 
  Hey, maybe you could take a look on my stackoverflow question: [link] I try to implement a communication between crypto-js (a javascript crypto library) and pycrypto (a python crypto library) On the python server side I encrypt a string with an iv and a... more »
By Samuirai  - 5:37am - 1 new of 1 message    

Hangs here 
  line 68: unpad : function (message) { while (message.pop() != 0x80) {} // even if message doesn't contain 0x80 , it keeps cycling forever , even if the lenght of the message is 0 }
By Tony Saratonev  - Mar 3 - 2 new of 2 messages    

how to get the same result of AES-256-CBC in openssl? 
  I have searched the internet for a suitable AES CBC javascript and Crypto-JS seems to be using the closest terminology that I have come across before. Basically, I am trying to implement the following function (and the corresponding decrypt) in javascript echo -ne "test" | openssl enc -aes-256-cbc -iv 0 -nosalt -a -K... more »
By Deity  - Feb 27 - 7 new of 7 messages    

DES 
  Hi, I'm confused. How to force DES with exact vector (the IV)? I wish to send with GET or POST DES result to PHP script and need to know IV. Any ideas?
By Tony Saratonev  - Feb 24 - 3 new of 3 messages    

How can i simplify the lib? 
  First,sorry for my poor English. I want to distract the SHA-256 JS from the whole library,but as I'm not familiar with cryptology,I don't know which file(s) to use I've found sha256/sha256.js sha256/sha256-min.js crypto-sha256/crypto- sha256.js Which one should I choose? Is there any dependence? How should I use... more »
By lsylsy2  - Feb 23 - 7 new of 7 messages    

AES for Browser Add-On - Uncompressed "crypto-sha1-hmac-pbkdf2-blockmodes-aes.js" needed 
  Hello everyone, my name is Simon. I might seem as a bloody beginner to you, but never the less I develop an browser add-on. Wherein, I want to implement aes encryption. That works fine so far, but to get the add-on successfully reviewed I need to ship an unminified version of "crypto-sha1-hmac-... more »
By simon  - Feb 21 - 2 new of 2 messages    

Official NPM package? 
  There are currently two unofficial ports of Crypto-JS floating around for Node.JS on NPM: [link] [link] Neither include the original 3-clause BSD license, although they do admit to being adaptations of Crypto-JS. They also don't include the original... more »
By Tim Dettrick  - Feb 14 - 2 new of 2 messages    

DES encryption - encrypted string is different every time 
  Hi. When I try to execute the example code of DES encryption, each time I get different crypted string. But each time for each different crypted string it succeeds to decrypt it. Is this normal? As far as I know whatever encryption algorithm you use you must get the same encrypted string for the same message, key and algorithm.... more »
By Nare Gasparyan  - Jan 25 - 3 new of 3 messages    

Using AES from JS to .NET 
  Hi, I am trying to encrypt data in JS for consumption in a .Net web service. I can encrypt and unencrypt in JS fine, and the same in .Net. If I take an encrypted string from JS to my .Net decrypter, I get garbage output. But, if I take encrypted string from my .Net encrypter and unencrypt it in JS, I get correct output!... more »
By simonjackson  - Jan 9 - 5 new of 5 messages    

Typo 
  Hey guys, Just a small typo on the Crypto-JS Google Code page: "Share your praises and criticims at the Crypto-JS discussion group." criticims -> criticisms NK
By Nadim  - Jan 6 - 2 new of 2 messages    

1 - 10 of 54   « Newer | Older »

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