seccure 0.5-1build1 source package in Ubuntu

Changelog

seccure (0.5-1build1) bionic; urgency=high

  * No change rebuild to pick up -fPIE compiler default

 -- Balint Reczey <email address hidden>  Tue, 03 Apr 2018 12:43:05 +0000

Upload details

Uploaded by:
Balint Reczey
Uploaded to:
Bionic
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
utils
Urgency:
Very Urgent

See full publishing history Publishing

Series Pocket Published Component Section
Bionic release universe utils

Downloads

File Size SHA-256 Checksum
seccure_0.5.orig.tar.gz 31.4 KiB 6566ce4afea095f83690b93078b910ca5b57b581ebc60e722f6e3fe8e098965b
seccure_0.5-1build1.debian.tar.xz 3.8 KiB 5a37b6bfc5c639f68de94668a9854e170caf8695f7eacae55ec8163735fdefe9
seccure_0.5-1build1.dsc 1.9 KiB a07e4f65385f04f0421d180a6eff93a6cbd00fd6624434d36db3d3ef1eab47da

Available diffs

View changes file

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