The Artima Developer Community
Sponsored Link

.NET Buzz Forum
OpenPGP.NET - Part 4 - Streams and Compression Issues

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Peter G Provost

Posts: 849
Nickname: pprovost
Registered: Aug, 2003

Peter G Provost is a Solution Architect for Interlink Group in Denver, CO.
OpenPGP.NET - Part 4 - Streams and Compression Issues Posted: Sep 21, 2003 8:56 PM
Reply to this message Reply

This post originated from an RSS feed registered with .NET Buzz by Peter G Provost.
Original Post: OpenPGP.NET - Part 4 - Streams and Compression Issues
Feed Title: Peter Provost's Geek Noise
Feed URL: /error.aspx?aspxerrorpath=/Rss.aspx
Feed Description: Technology news, development articles, Microsoft .NET, and other stuff...
Latest .NET Buzz Posts
Latest .NET Buzz Posts by Peter G Provost
Latest Posts From Peter Provost's Geek Noise

Advertisement

This is a short note about some thoughts I've been having all weekend.

I've been reading about how you can chain a series of CryptoStream objects together to get sequential encryption or transformations. Very cool.

I've also been reading the code for the Cryptix OpenPGP implementation. This implementation seems to be heavily centered around the Java Cryptographic Extensions (JCE) architecture so it doesn't fully apply here, but it does seem to use an approach that involves chaining streams and algorithms together.

So before I go much further I'm probably going to write a couple of spike solutions to play around with this idea.

Also, I'm researching my options for ZIP (RFC1951) and ZLIB (RFC1950) compression libraries. I've found the ICSharpCode ZIP implementation but I have two potential problems with it:

  1. I think it is a ZIP (RFC1951) implementation and not a ZLIB (RFC1950) implementation. AFAIK these two RFC's are almost identical... but I'm not sure. Anyone know if ICSharpCode's implementation will do both?
  2. ICSharpCode's library is GPL with some extensions. I've emailed the author to see if he will give me permission to reference his compiled DLL from my BSD (or whatever) licensed code. We'll see...

That's about all for now. I probably won't touch this until mid-week as I need to finish getting everything together for my talk on UIP.

Read: OpenPGP.NET - Part 4 - Streams and Compression Issues

Topic: Our new Web Casts are live! Previous Topic   Next Topic Topic: How to find out what's running inside that out-of-control Services.exe or Svchost.exe

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use