opc0de
opc0de

Reputation: 11767

DCPcrypt : AES 128 bit support?

I recently installed DCPcrypt and I noticed that it has Rijndael support.

My question is :

1.Can I use the Rijndael chipher to decrypt an AES(128) stream ? I noticed that the key size is set to 256 and I can't modify it in Object Inspector

Thanks.

Upvotes: 1

Views: 1319

Answers (1)

A1Gard
A1Gard

Reputation: 4168

Yes you can modifying this but not in inspector i must change it on initialize :

   DCP_rijndael1.Init(keyByteArray,128,nil); // initialize the cipher

The best sample for use it in the demo .

i hope help you.

Upvotes: 2

Related Questions