Posted By: Jeremy Bopp
Date: 2008-08-08 22:06
Summary: Archive::Zip 0.2.0 Released
Project: Archive::Zip

Archive::Zip version 0.2.0 is now available.

Example
require 'archive/zip'
require 'archive/zip/codec/traditional_encryption'

# Create an encrypted archive.
Archive::Zip.archive(
'example.zip',
'some_directory',
:encryption_codec => Archive::Zip::Codec::TraditionalEncryption,
:password => 'seakrit'
)

# Extract the archive.
Archive::Zip.extract(
'example.zip',
'extract_directory',
:password => 'seakrit'
)

Features
* Traditional (weak) encryption is supported.
* A framework for adding more encryption methods is mostly in place.

Fixes
* The compression and encryption codecs of archive entries are now recorded when
parsing an archive.

Latest News
icalendar 1.4.0 Released
    Ryan Ahearn - 2013-05-21 23:17
BinData 1.5.0 - source moved to github
    Dion Mendel - 2013-05-21 11:10
v13.5.0 Released !!
    id 774 - 2013-05-18 12:28
Runt v0.9.0 Released
    Matthew Lipper - 2013-05-17 00:11
kramdown 1.0.2 released
    Thomas Leitner - 2013-05-09 06:58

 

Forums | Admin

Discussion Forums: archive--zip-0.2.0-released

Start New Thread Start New Thread

 

Topic Topic Starter Replies Last Post