Removed option --base64 for the OPEN and SAVE commands.
commitf3864efa1fdc51fb455d4bd57f7070dd206cca67
authorBen Kibbey <bjk@luxsci.net>
Sat, 10 Mar 2012 16:36:43 +0000 (10 11:36 -0500)
committerBen Kibbey <bjk@luxsci.net>
Sat, 10 Mar 2012 16:58:35 +0000 (10 11:58 -0500)
tree815c9a0091b1a7412f131ac88aa6b2f188df3afd
parentbdedb3762f0d9b812853c879984a7582bb84c300
Removed option --base64 for the OPEN and SAVE commands.

Assuan automatically converts any unprintable characters to its hex
encoded value and the new passphrase salting functions pass the length
of the data as parameters. The exception is when specifying the
passphrase in the command arguments rather than an INQUIRE. If in doubt
about the passphrase contents then use an INQUIRE.
doc/COMMANDS
src/commands.c
src/common.h