File: control

package info (click to toggle)
libcrypt-simple-perl 0.06-6
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, squeeze, stretch, wheezy
  • size: 68 kB
  • ctags: 11
  • sloc: perl: 224; makefile: 2
file content (26 lines) | stat: -rw-r--r-- 1,411 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: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Sandro Tosi <morph@debian.org>, Ansgar Burchardt <ansgar@43-1.org>
Build-Depends-Indep: perl, libcompress-zlib-perl, libcrypt-blowfish-perl, libemail-mime-encodings-perl, libfreezethaw-perl
Build-Depends: debhelper (>= 7)
Standards-Version: 3.8.2
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/viewsvn/pkg-perl/trunk/libcrypt-simple-perl/

Package: libcrypt-simple-perl
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends}, libcompress-zlib-perl, libcrypt-blowfish-perl, libemail-mime-encodings-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!
 .
 The Crypt::Simple 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.