RE: bad encryption
- From: Dominick Baier [DevelopMentor] <dbaier@xxxxxxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Thu, 23 Mar 2006 10:46:37 +0000 (UTC)
the 16 bytes most probably come from the padding. search for PKCS#7 - this describes the algorithm in detail.
why is this unbearable?
---------------------------------------
Dominick Baier - DevelopMentor
http://www.leastprivilege.com
Hi
I've not encountered this, so perhaps others will be able to tell you
why it is happening.
You may find it easier to use the cryptography application block that
is part of the Microsoft Enterprise Library Application Blocks. Here
is a description of the best practice that they offer, and also
instructions for its use.
http://www.pnplive.com/Slides/22MAR2005%20Crypto%20Block%20Webcast.ppt
I've recommended this for for clients when implementing symmetric
encryption.
Hope this helps
Chris Seary
"Erez Mor" wrote:
hello experts
i'm new to encryption so please...
i think i've tried every piece of code out there that claims to
encrypt/decrypt files
the common thing about them all(and that is strange...)
is that the proccess changes the file (in fact it adds 16 bytes to
it, no
matter if i encrypt or decrypt)
that of course is un bearable
can anyone point me to the problem? last sample used is with a
RijndaelManaged stream, for all that matters
thanx a lot
Erez.
.
- Prev by Date: Re: Windows Security Roles
- Next by Date: Re: Windows Security Roles
- Previous by thread: Using ADAM for Role based security
- Next by thread: Problem with DESCryptoServiceProvider on .NET Framework 2.0
- Index(es):
Relevant Pages
|