PerlIO-via-CBC version 0.03 ============================= This module implements a PerlIO layer that can read and read CBC encrypted files. It uses Crypt::CBC to do the CBC. So check Crypt::CBC for more information. INSTALLATION To install this module type the following: perl Makefile.PL make make test make install DEPENDENCIES PerlIO::via Crypt::CBC (any) COPYRIGHT AND LICENCE Copyright (C) 2005 by Sascha Kiefer This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.