-
Thanks for the response.
I've changed the html code to this for the default password:
<code>
<INPUT name="password" type="password" value="3995f1507e0ef6498e5a275571f7dd7b" maxlength="32" size="24">
</code>
Here I have a default password which is 32-bit long (256 bits algorithm). It is also a hexadecimal formatted...
2009-06-03 08:36:09 UTC in pidCrypt
-
I've tried to modify the example which is included on the demo page:
http://www.pidder.com/pidcrypt/?page=demo_aes-cbc
This is how the embedded javascript now looks like:
var testdata = 'U2FsdGVkX1+CeUmNXVh1qw2y2+zVS9jEoYUaZ/BPRbebpAxF+x4JEuwXKZMvj5SV';
function compute(mode){
var theForm = window.document.theForm;
var password = theForm.password.value;
var plain =...
2009-06-02 13:49:51 UTC in pidCrypt
-
When I look at the aes_cbc.js file, there is a method called decryptRaw and encryptRaw which both take a byte array as a parameter, but the example shown above calls the raw method without any parameter. The initByValues first parameter seems to be the text to decrypt/encrypt and this is a string. What is the proper usage of this library? Should I provide the text as byte array and just send...
2009-06-02 11:45:05 UTC in pidCrypt
-
On a related note regarding this. I'm using the CBC encrypt and decrypt methods, but in my case the Key isn't really a string - it is a byte array which could contain "invalid" string characters. Does this implementation support sending in a byte array as a key?.
2009-05-29 10:50:41 UTC in pidCrypt
-
Is it possible to say that salt isn't going to be used at all? It other words avoid the random salt?.
2009-05-29 09:19:09 UTC in pidCrypt
-
One question about the salt usage in the AES algorithm. If I want to control the salt in encryption/decryption with AES_CBC, do I only need to prefix the text to be encrypted with the given salt?
In other words can I do something like this:
<code>
plainText = "Salted__mysecretsalt" + plainText
var aes = new pidCrypt.AES.CBC();
return aes.encryptText(plainText, password...
2009-05-26 13:34:17 UTC in pidCrypt
-
trondandersen committed patchset 80 of module jdiseq to the jDiSeq CVS repository, changing 24 files.
2004-03-08 22:42:04 UTC in jDiSeq
-
trondandersen committed patchset 49 of module jdiseq to the jDiSeq CVS repository, changing 1 files.
2004-02-08 19:26:45 UTC in jDiSeq
-
trondandersen committed patchset 48 of module jdiseq to the jDiSeq CVS repository, changing 1 files.
2004-02-08 19:18:54 UTC in jDiSeq
-
trondandersen committed patchset 44 of module jdiseq to the jDiSeq CVS repository, changing 5 files.
2003-08-17 13:15:53 UTC in jDiSeq