From 4bf51ed2a8cea1f7fb63757296ab2bc8e11ac141 Mon Sep 17 00:00:00 2001 From: Ben Kibbey Date: Fri, 19 Jan 2007 22:50:31 -0500 Subject: [PATCH] Updates. --- NEWS | 3 +++ README | 5 +++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 66590ede..0f63e5ea 100644 --- a/NEWS +++ b/NEWS @@ -9,6 +9,9 @@ last time. cache_push with an invalid password bugfix. +Added command line option -I to import an XML file and write the encrypted +data to stdout. + PWMD v0.4 --------- diff --git a/README b/README index 25dd3e20..d70fdca1 100644 --- a/README +++ b/README @@ -16,7 +16,7 @@ Requirements: For XML parsing and data manipulation. libgcrypt - http://www.gnupg.org - Encryption and decryption. + Encryption, decryption and hashing. Debian has packages for all of these. Your distro may have them too. @@ -28,7 +28,8 @@ You can test it out by connecting to the socket with the socat utility Then type 'help' for protocol commands. There is a library available which is included in this archive that makes it -easy for other applications (mail, www, etc) to use the server. Read the docs +easy for other applications (mail, www, etc) to use the server. There is also +a command line client that reads protocol commands from stdin. Read the docs in libpwmd/. The latest version can be found at http://bjk.sourceforge.net/pwmd/. -- 2.11.4.GIT