Filter::CBC

Filter::CBC is a source filter for Cipher Block Chaining (CBC).
Download

Filter::CBC Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Hendrik Van Belleghem
  • Publisher web site:
  • http://search.cpan.org/~beatnik/Filter-CBC-0.10/lib/Filter/CBC.pm

Filter::CBC Tags


Filter::CBC Description

Filter::CBC is a source filter for Cipher Block Chaining (CBC). Filter::CBC is a source filter for Cipher Block Chaining (CBC).SYNOPSIS # Please don't encrypt me! use Filter::CBC "Rijndael","my secret key"; # This file will be encrypted and overwritten. # Make backups, damnit! # Autofilter example print "Don't try this at home, kids !"; -or- # Please don't encrypt me! use Filter::CBC "",""; # This file will be encrypted and overwritten. # Make backups, damnit! # Autofilter example # Defaults will be used # Rijndael is default encryption algorithm # Default keyphrase is : This space is left blank intentionally print "Don't try this at home, kids !"; -or- BEGIN { use LWP::Simple; my $key = get("http://www.somesite.com/key.txt"); } use Filter::CBC "Rijndael",$key; secretstuff(); Requirements: · Perl


Filter::CBC Related Software