libcrypt-simple-perl 0.06-8 source package in Ubuntu

Changelog

libcrypt-simple-perl (0.06-8) unstable; urgency=medium

  [ Debian Janitor ]
  * Bump debhelper from old 11 to 12.
  * Set debhelper-compat version in Build-Depends.

  [ gregor herrmann ]
  * debian/watch: use uscan version 4.

  [ Debian Janitor ]
  * Bump debhelper from old 12 to 13.
  * Update standards version to 4.1.5, no changes needed.

 -- Jelmer Vernooij <email address hidden>  Wed, 07 Dec 2022 00:17:39 +0000

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
perl
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe perl
Noble release universe perl
Mantic release universe perl
Lunar release universe perl

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libcrypt-simple-perl_0.06-8.dsc 2.1 KiB 7b1acbb7ca116e9f6d703f904b2fd13e770ffcc4075af149044dacca5a161d2c
libcrypt-simple-perl_0.06.orig.tar.gz 4.2 KiB c1c2dcbe7c9b2faf47994a16c91c1feb2b02aca6510fe201a5cd6ef89d532888
libcrypt-simple-perl_0.06-8.debian.tar.xz 3.1 KiB 384cef7c499cd563c1af781956202ba43ec3a286367a216570f4f3ee5d517031

Available diffs

No changes file available.

Binary packages built by this source

libcrypt-simple-perl: 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.