mirror of
https://github.com/Llewellynvdm/Tomb.git
synced 2024-11-14 16:54:03 +00:00
3eb93acc18
This commit re-organizes all the source distribution contents to present users with the simple script, while moving the rest in extras. Also autoconf/automake scripts were removed, back to minimalism. The rationale of this change is that Tomb really only consists of a script and users with no extra needs should just be presented with it with no need for anything else. Any other thing on top of the Tomb script is an extra and can be even distributed separately or integrated in distributions. |
||
---|---|---|
.. | ||
pbkdf2 | ||
.gitignore | ||
hexencode.c | ||
Makefile.am | ||
README | ||
test.sh | ||
test.txt |
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: tomb-kdf-${algo} tomb-kdf-${algo}-gensalt tomb-kdf-${algo}-getiter hexencode (or similar utils, should they be developed), go with: tomb-utils-hexencode 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)