Softpedia
 


LINUX CATEGORIES:



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

    Crypt::Rot47 0.06

    Download button

    No screenshots available
    Downloads: 65  Tell us about an update
    User Rating:
    Rated by:
    NOT RATED
    0 user(s)
    Developer:

    License / Price:

    Last Updated:

    Category:
    Zachary D. Blair | More programs
    Perl Artistic License / FREE
    September 21st, 2012, 05:13 GMT
    ROOT / Programming / Perl Modules

     Read user reviews (0)  Refer to a friend  Subscribe

    Crypt::Rot47 description

    Decryption and encryption of ASCII text

    Crypt::Rot47 is a Perl module that implements the ROT47 substitution cipher into ASCII text.

    SYNOPSIS

     # Object-oriented interface
     use Crypt::Rot47;

     my $cipher = new Crypt::Rot47();
     my $ciphertext = $cipher->encrypt('Shhh... this is a secret message');

     print "$ciphertext\n"; # Prints "$999]]] E9:D :D 2 D64C6E >6DD286"

     my $plaintext = $cipher->decrypt($ciphertext);

     print "$plaintext\n"; # Prints "Shhh... this is a secret message"

     # Simpler non-OOP interface
     use Crypt::Rot47 qw(rot47);

     my $ciphertext = rot47('Shhh... this is a secret message');
     my $plaintext = rot47($ciphertext);



    Product's homepage

    Requirements:

    · Perl

      


    TAGS:

    ASCII encryption | ASCII decryption | Perl module | Perl | ASCII | encryption

    Go to top

    WindowsGamesDriversMacLinuxScriptsMobileHandheldNews

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