cppalliance / NuDB

NuDB: A fast key/value insert-only database for SSD drives in C++11
Boost Software License 1.0
384 stars 59 forks source link

Set salt for 'rekey' command in nudb tool #65

Open MarkusTeufelberger opened 5 years ago

MarkusTeufelberger commented 5 years ago

Currently ever key file that gets created is different due to the different salt that gets chosen. It would be nice to be able to optionally specify the salt.

vinniefalco commented 5 years ago

pull request?

MarkusTeufelberger commented 5 years ago

Do you accept them? There are some mergeable ones in the pipeline for years by now...

MarkusTeufelberger commented 5 years ago

Well, no answer is also an answer I guess.

vinniefalco commented 5 years ago

We can do it