Re: Security.Crypto.. API question
From: Shawn Farkas [MS] (shawnfa@online.microsoft.com)
Date: 10/30/02
- Next message: smrity jain: "FormsAuthentication does not prevent Back button from showinf accessed pages"
- Previous message: Arnaud PICHERY: "Implementing my own Windows Authentication module."
- In reply to: Mark Harris: "Security.Crypto.. API question"
- Next in thread: Mark Harris: "Re: Security.Crypto.. API question"
- Reply: Mark Harris: "Re: Security.Crypto.. API question"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
From: "Shawn Farkas [MS]" <shawnfa@online.microsoft.com> Date: Tue, 29 Oct 2002 15:10:19 -0800
Hi Mark,
When you create your TripleDES object, set the Mode property to be
CipherMode.ECB. Then you can ignore the IV and decode the Perl output.
-Shawn
-- This posting is provided "AS IS" with no warranties, and confers no rights. Please do not send email directly to this alias, this alias is for newsgroup purposes only. "Mark Harris" <mhazledine@deleteme.learningfast.com> wrote in message news:OLjfigzfCHA.2664@tkmsftngp11... Hi all, I have a small problem with regards to some encryption. I am receiving a encrypted message from a Perl the info about the encryption is below. http://search.cpan.org/author/VIPUL/Crypt-TripleDES-0.24/lib/Crypt/TripleDES .pm I am then trying to use the CryptoAPI to decrypt it. Unfortunately there is something know as a IV which I have not used in the Perl version. My Question is. Is it possible to decrypt this information from perl via the .net framework The Algorithm I am trying to use is 3DES as the purl link indicates Any help will be appreciated. Cheers Mark --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.408 / Virus Database: 230 - Release Date: 24/10/2002
- Next message: smrity jain: "FormsAuthentication does not prevent Back button from showinf accessed pages"
- Previous message: Arnaud PICHERY: "Implementing my own Windows Authentication module."
- In reply to: Mark Harris: "Security.Crypto.. API question"
- Next in thread: Mark Harris: "Re: Security.Crypto.. API question"
- Reply: Mark Harris: "Re: Security.Crypto.. API question"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]