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.
git checkout development
git submodule init
git submodule update
README
, NEWS
and ChangeLog
files
touch README NEWS ChangeLog libyacurs/ChangeLog
autoreconf
autoreconf -I m4 -i
mkdir obj && cd obj
../configure
README
, INSTALL
, and NEWS
files
cd doc && gmake -f Makefile.doc
cd .. && gmake
EXTRA_LD_PRELOAD
: Use to add extra preload libraries to preloaded tests when using address sanitizer.
When used, terminate value with colon (:
).CFGDEBUG
: Enable configuration handling console debug output.DEBUG_LOG
: Enable debug output to /tmp/yapet_debug.log
.