2013-06-11 17:21:06 +00:00
|
|
|
|
|
|
|
BUILD
|
|
|
|
------
|
|
|
|
|
|
|
|
Just type make.
|
|
|
|
You need a recent development version of libgcrypt installed.
|
|
|
|
On Debian 7 (not earlier) the libgcrypt11-dev package works:
|
|
|
|
# apt-get install libgcrypt11-dev
|
|
|
|
|
2012-08-04 16:34:10 +00:00
|
|
|
PLANS
|
|
|
|
------
|
|
|
|
|
|
|
|
While this can be useful for general purpose, it specially fits tomb, and it's designed for easy integration and compilation.
|
|
|
|
|
|
|
|
Binary name will then be:
|
2014-11-16 14:18:11 +00:00
|
|
|
tomb-kdb-${algo}
|
|
|
|
tomb-kdb-${algo}-gensalt
|
|
|
|
tomb-kdb-${algo}-getiter
|
|
|
|
tomb-kdb-hexencode
|
2012-08-04 16:34:10 +00:00
|
|
|
|
|
|
|
Base64 vs hexencode
|
|
|
|
-------------------
|
|
|
|
|
|
|
|
While base64 is easier to use (shell command, more compact), pbkdf2 use hex
|
|
|
|
in its specifications.
|
|
|
|
This could be solved with an option (-x for hex, defaults to base64)
|
|
|
|
|