kickpass 0.2.0-7 source package in Ubuntu

Changelog

kickpass (0.2.0-7) unstable; urgency=medium

  * debian/control: bumped Standards-Version to 4.7.0.
  * debian/copyright.
      - Added Shengjing Zhu.
      - Updated packaging copyright years.
  * debian/patches/20_add_flags:
      - Deleted because It injects pie flags manually.
      - Thanks to Shengjing Zhu.

 -- Paulo Henrique de Lima Santana (phls) <email address hidden>  Mon, 08 Apr 2024 16:02:04 -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
Oracular release universe misc

Downloads

File Size SHA-256 Checksum
kickpass_0.2.0-7.dsc 2.0 KiB 4b42f7fe96c13dc94484c17dd14a4add07911c83876e5adf40f31aea8843739c
kickpass_0.2.0.orig.tar.gz 38.6 KiB 298af47500834c16da0b11efce58e14cd5e06b2af3c25056783127355e59695a
kickpass_0.2.0-7.debian.tar.xz 5.0 KiB 3105a85ef5f2ce37c4eb2ad2e4f601f69c6edf48849463531c940051a5aa0cfd

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