Crypt::Simple

Crypt::Simple class can encrypt stuff simply.
Download

Crypt::Simple Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Marty Pauley
  • Publisher web site:
  • http://search.cpan.org/~kasei/Class-Accessor-0.31/lib/Class/Accessor.pm

Crypt::Simple Tags


Crypt::Simple Description

Crypt::Simple class can encrypt stuff simply. Crypt::Simple class can encrypt stuff simply.SYNOPSIS use Crypt::Simple; my $data = encrypt(@stuff); my @same_stuff = decrypt($data);Maybe you have a web application and you need to store some session data at the client side (in a cookie or hidden form fields) but you don't want the user to be able to mess with the data. Maybe you want to save secret information to a text file. Maybe you have better ideas of what to do with encrypted stuff!This little module will convert all your data into nice base64 text that you can save in a text file, send in an email, store in a cookie or web page, or bounce around the Net. The data you encrypt can be as simple or as complicated as you like. Requirements: · Perl


Crypt::Simple Related Software