File: README

package info (click to toggle)
yapet 2.6-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 11,920 kB
  • sloc: cpp: 32,397; sh: 5,032; makefile: 880; ansic: 36; sed: 16
file content (47 lines) | stat: -rw-r--r-- 1,385 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
// -*- adoc -*-
= YAPET - Yet Another Password Encryption Tool 2.6
Rafael Ostertag <rafi@guengel.ch>

== Introduction

YAPET is a text based password manager using the AES-256 encryption
algorithm to store passwords and associated information encrypted on
disk. Its primary aim is to provide a safe way to store passwords in a
file on disk while having a small footprint, and compiling and running
under today's most popular Unix Systems.

The password records are protected by a master password which is used
to encrypt and decrypt the password records.

== Supported Platforms
    
YAPET has been tested on following platforms:

* FreeBSD
* OpenBSD
* NetBSD
* Linux

== Features

YAPET features:

* AES-256 encryption.
* Passwords are not kept clear text in memory.
* Locks the terminal on inactivity.
* Utilities to convert to and from CSV format.
* Built-in password generator.

Depends only on three libraries:

* http://www.openssl.org/[OpenSSL]
* Curses or http://www.gnu.org/software/ncurses/[Ncurses]
* https://github.com/P-H-C/phc-winner-argon2[Argon2]


CAUTION: Although several precautions were taken to avoid having any
  passwords stored clear text in memory, there were occasions when
  core files contained the master password. This means that it is
  possible, though not likely, for a malicious user to get hold of one
  or more passwords *while* YAPET is running.