You cannot post messages because only members can post, and you are not currently a member.
|
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 »
|
|
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
}
|
|
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 »
|
|
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?
|
|
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 »
|
|
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 »
|
|
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 »
|
|
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 »
|
|
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
|
|
|