File: control

package info (click to toggle)
libcrypt-simple-perl 0.06-4
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 68 kB
  • ctags: 15
  • sloc: perl: 224; makefile: 41
file content (28 lines) | stat: -rw-r--r-- 1,426 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
27
28
Source: libcrypt-simple-perl
Section: perl
Priority: optional
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Sandro Tosi <matrixhasu@gmail.com>
Build-Depends-Indep: perl, libcompress-zlib-perl, libcrypt-blowfish-perl, libemail-mime-encodings-perl, libmd5-perl, libfreezethaw-perl
Build-Depends: debhelper (>= 5)
Standards-Version: 3.7.3
Homepage: http://search.cpan.org/dist/Crypt-Simple/
Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libcrypt-simple-perl/
Vcs-Browser: http://svn.debian.org/wsvn/pkg-perl/trunk/libcrypt-simple-perl/

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 .