tomasr / cryptopipeline
- Source
- Commits
- Network (0)
- Issues (0)
- Downloads (0)
- Wiki (1)
- Graphs
-
Branch:
master
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Wed Oct 08 19:54:34 -0700 2008 | |
| |
CommonSsoDefs.cs | ||
| |
CryptoConfig/ | Wed Oct 08 19:54:34 -0700 2008 | |
| |
CryptoPipeline.sln | Wed Oct 08 20:21:30 -0700 2008 | |
| |
CryptoPipeline/ | ||
| |
README.txt | Wed Oct 15 18:43:26 -0700 2008 | |
| |
Test.CryptoPipeline/ |
README.txt
== Symmetric Encryption Pipeline Components
CryptoPipeline is a custom pipeline component for BizTalk Server 2006 that
provides encoding and decoding components for symmetric encryption
algorithms like DES, 3DES, Rindjael and RC2.
== Using the Components
Both encoder/decoder components have to configurable properties:
- Algorith: The encryption algorithm to use
- SsoConfigApp: The name of a configuration application in Enterprise
Single Sign-On that contains the encryption key and initialization
vector (IV) to use.
Included with the components is a small Windows Forms application
(CryptoConfig) that can be used to create and manage the Key and IV stored in
ENTSSO easily.
== More Information
More information can be found here:
http://winterdom.com/weblog/2006/04/13/SymmetricEncryptionDecryptionPipelineComponents.aspx

