File: control

package info (click to toggle)
libcrypt-simple-perl 0.06-2
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 68 kB
  • ctags: 15
  • sloc: perl: 224; makefile: 45
file content (26 lines) | stat: -rw-r--r-- 1,233 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
Source: libcrypt-simple-perl
Section: perl
Priority: optional
Maintainer: Sandro Tosi <matrixhasu@gmail.com>
Build-Depends-Indep: debhelper (>= 4.0.0), perl, libcompress-zlib-perl, libcrypt-blowfish-perl, libemail-mime-encodings-perl, libmd5-perl, libfreezethaw-perl
Build-Depends: debhelper
Standards-Version: 3.7.2

Package: libcrypt-simple-perl
Architecture: all
Depends: ${perl:Depends}, libcompress-zlib-perl, libcrypt-blowfish-perl, libemail-mime-encodings-perl, libmd5-perl, libfreezethaw-perl
Description: Perl library to encrypt stuff simply
 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.
 .
 This library is Crypt::Simple .
 .
  Homepage: http://search.cpan.org/~kasei/Crypt-Simple-0.06/