kickpass 0.2.0-5 source package in Ubuntu

Changelog

kickpass (0.2.0-5) unstable; urgency=medium

  * debian/control: bumped Standards-Version to 4.6.1.
  * debian/copyright: updated packaging copyright years.
  * debian/upstream/metadata:
      - Fixed upstream metadata fields: Repository.
      - Removed obsolete field Name from debian/upstream/metadata (already
        present in machine-readable debian/copyright).
  * debian/watch: updated.

 -- Paulo Henrique de Lima Santana (phls) <email address hidden>  Thu, 05 Jan 2023 16:56:02 -0300

Upload details

Uploaded by:
Paulo Henrique de Lima Santana
Uploaded to:
Sid
Original maintainer:
Paulo Henrique de Lima Santana
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Lunar release universe misc

Downloads

File Size SHA-256 Checksum
kickpass_0.2.0-5.dsc 2.0 KiB 650e5a7abfdcbb7a4fadfea34ee6544e23998baf87da61676f2d5442ed1b8c38
kickpass_0.2.0.orig.tar.gz 38.6 KiB 298af47500834c16da0b11efce58e14cd5e06b2af3c25056783127355e59695a
kickpass_0.2.0-5.debian.tar.xz 4.8 KiB f58e1a80181670a3366eaa065831e4441de483a9402c006473427d7f98ba7cff

No changes file available.

Binary packages built by this source

kickpass: simple password safe

 It keep each password in a specific safe, protected with modern cryptography.
 Command line interface is splited into different command.
 .
 It has features like:
   * One password to rule them all;
   * Oone password to find them;
   * One password to bring them all
   * Integrated password generator;
   * Full text metadata with your favorite editor;
   * Direct copy to X selection and clipboard;
   * Strong encryption: AEAD with chacha20 and poly1305.

kickpass-dbgsym: debug symbols for kickpass
libkickpass-dev: library used by kickpass (development files)

 Kickpass is built around this shared library. libkickpass leverage libsodium
 to create safes. Safes are created using authenticated encryption with
 associated data. As of now libkickpass use chacha20 along with poly1305 to
 encrypt and authenticate the safe.
 .
 This package provides the development files.

libkickpass0: library used by kickpass

 Kickpass is built around this shared library. libkickpass leverage libsodium
 to create safes. Safes are created using authenticated encryption with
 associated data. As of now libkickpass use chacha20 along with poly1305 to
 encrypt and authenticate the safe.

libkickpass0-dbgsym: debug symbols for libkickpass0