ylva 1.7-1 source package in Ubuntu

Changelog

ylva (1.7-1) unstable; urgency=medium

  * New upstream version 1.7.
  * Bump Standards-Version to 4.6.0.
  * debian/control: add new build dependency 'libqrcodegen-dev'.
  * debian/patches/Makefile.patch: refresh and modify the patch.
  * debian/rules: add the --sourcedirectory option from dh.

 -- Francisco Vilmar Cardoso Ruviaro <email address hidden>  Tue, 14 Sep 2021 13:50:22 +0000

Upload details

Uploaded by:
Francisco Vilmar Cardoso Ruviaro
Uploaded to:
Sid
Original maintainer:
Francisco Vilmar Cardoso Ruviaro
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
ylva_1.7-1.dsc 1.9 KiB c5c011d54fd8cfb7b04293de712be99f028bc3f2c36f175adc43059fe790f8da
ylva_1.7.orig.tar.gz 47.4 KiB 7c557c0c30a4b3bf0a66cec41e909d491bc84a575e9fc7c0942b8d158bf199cc
ylva_1.7-1.debian.tar.xz 3.1 KiB b6df0c015c8a48cc46e85f878323682c51e2d672678b90a001365f194f9058d5

Available diffs

No changes file available.

Binary packages built by this source

ylva: command line password manager

 Ylva is an old Swedish female name, it means "she-wolf" a derivative
 of Old Norse Ășlfr. When it comes to the password manager, before the
 release 1.4, Ylva was known as Titan.
 .
 Password management belongs to the command line, deep into the Unix
 heartland, the shell. Ylva makes managing passwords easy and secure.
 It's a traditional command line software written in C. Ylva is very
 portable and should run fine on most Unix-like operating systems.
 Ylva is mainly developed on Linux.
 .
 Command line password manager is useful. You may choose to run it on
 a remote server to make your passwords available remotely (over SSH
 etc.). No need to sync your password database between machines.
 .
 Ylva uses OpenSSL (or LibreSSL) for encryption. For password database
 SQLite is used. Ylva encrypts the database using AES with 256 keys.
 Encrypted database is authenticated using HMAC. For key generation
 PKBDF2-SHA256 is used with 200 000 iterations.
 .
 Ylva does not stay running, so possible plain text passwords are not
 in memory except for a very short while. For example, running command
 ylva --auto-encrypt --list-all would list all the password entries,
 encrypt the database and then exit. Plain text passwords will be in
 memory only couple of seconds. This makes it very hard for malware
 to steal them.
 .
 When the database is decrypted, it's readable only by the owner
 (chmod 600). Ylva does that automatically for the database file
 so you don't have to change the permissions.

ylva-dbgsym: debug symbols for ylva