Softpedia
 


LINUX CATEGORIES:



GLOBAL PAGES >>
NEWS ARCHIVE >>
SOFTPEDIA REVIEWS >>
MEET THE EDITORS >>
WEEK'S BEST
  • Linux Kernel 3.9.2 / 3....
  • LibreOffice 3.6.6 / 4.0.3
  • MPlayer 1.1.1
  • systemd 204
  • Arch Linux 2013.05.01
  • Blender 2.67
  • KDE Software Compilatio...
  • CrunchBang Linux Stable...
  • Elementary OS 0.1 / 0.2...
  • SystemRescueCd 3.6.0
  • Home > Linux > Programming > Perl Modules

    Filter::CBC 0.10

    Download button

    No screenshots available
    Downloads: 424  View global page NEW!  Tell us about an update
    User Rating:
    Rated by:
    Good (3.1/5)
    9 user(s)
    Developer:

    License / Price:

    Last Updated:

    Category:
    Hendrik Van Belleghem | More programs
    Perl Artistic License / FREE
    August 7th, 2008, 15:11 GMT
    ROOT / Programming / Perl Modules

     Read user reviews (0)  Refer to a friend  Subscribe

    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();

    Product's homepage

    Requirements:

    · Perl

      


    TAGS:

    CBC filter | Cipher Block Chaining | Perl module | CBC | filter | Cipher

    Go to top

    WindowsGamesDriversMacLinuxScriptsMobileHandheldNews

    SUBMIT PROGRAM   |   ADVERTISE   |   GET HELP   |   SEND US FEEDBACK   |   RSS FEEDS   |   UPDATE YOUR SOFTWARE   |   ROMANIAN FORUM