File: control

package info (click to toggle)
ciphersaber 1.01-2.2
  • links: PTS
  • area: main
  • in suites: forky, sid, trixie
  • size: 144 kB
  • sloc: perl: 313; makefile: 2
file content (18 lines) | stat: -rw-r--r-- 711 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Source: ciphersaber
Section: interpreters
Priority: optional
Maintainer: Stefan Hornburg (Racke) <racke@linuxia.de>
Build-Depends: debhelper (>= 9), libmodule-build-perl, libtest-warn-perl
Build-Depends-Indep: perl
Standards-Version: 3.9.8

Package: libcrypt-ciphersaber-perl
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends}
Description: Perl module implementing CipherSaber encryption
 The Crypt::CipherSaber module implements CipherSaber encryption,
 described at http://ciphersaber.gurus.com.  It is simple, fairly
 speedy, and relatively secure algorithm based on RC4.
 .
 Encryption and decryption are done based on a secret key, which
 must be shared with all intended recipients of a message.