seccure 0.5-1 source package in Ubuntu

Changelog

seccure (0.5-1) unstable; urgency=medium

  * New maintainer. Thanks James! (Closes: #797688)
  * Imported Upstream version 0.5
  * d/patches: refresh
  * d/copyright: update & switch GPL-2+ to LGPL-3+
  
 -- Tomasz Buchert <email address hidden>  Thu, 03 Sep 2015 11:14:26 +0200

Upload details

Uploaded by:
Tomasz Buchert
Uploaded to:
Sid
Original maintainer:
Tomasz Buchert
Architectures:
any
Section:
utils
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Xenial release universe utils

Downloads

File Size SHA-256 Checksum
seccure_0.5-1.dsc 1.8 KiB 747e45d71bfd23e362ef16647915727b128677064eae2cd284d48807fa7fb88d
seccure_0.5.orig.tar.gz 31.4 KiB 6566ce4afea095f83690b93078b910ca5b57b581ebc60e722f6e3fe8e098965b
seccure_0.5-1.debian.tar.xz 3.7 KiB 3e719ec754a8ba0d48dbd0b68797a0a79e21c029244761fef408a3d9b25eceb9

Available diffs

No changes file available.

Binary packages built by this source

seccure: tools for using algorithms based on elliptic curve cryptography (ECC)

 The seccure toolset implements a selection of asymmetric algorithms
 based on elliptic curve cryptography (ECC). In particular, it offers
 public key encryption / decryption and signature generation /
 verification. ECC schemes offer a much better key size to security
 ratio than classical systems (RSA, DSA). Keys are short enough to make
 direct specification of keys on the command line possible (sometimes
 this is more convenient than the management of PGP-like key
 rings). seccure builds on this feature and therefore is the tool of
 choice whenever lightweight asymmetric cryptography -- independent of
 key servers, revocation certificates, the Web of Trust, or even
 configuration files -- is required.
 .
 The toolkit implements Diffie-Hellman key exchange, allowing you to agree a
 key with another party over an insecure channel. The Diffie Helman protocol
 affords forward secrecy, and requires no previous contact with the other
 party.
 .
 The seccure toolset allows you to select the curve that the operations are
 performed on, so that different cryptographic needs can be supported. This
 is currently the only ECC package in Debian GNU/Linux to offer a choice of
 curves and MAC lengths.
 .
 It is currently missing some of the functionality of the sks-ecc package,
 including encrypting to multiple recipients at once, and creating different
 signature formats.

seccure-dbgsym: debug symbols for seccure