lucid-kv / lucid

High performance and distributed KV store w/ REST API. 🦀

Home Page:https://clintnetwork.gitbook.io/lucid/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Manifest] About Encryption

imclint21 opened this issue · comments

Hi,

About the encryption, @Slals is currently implementing Serpent cipher in the block-cipher crate.

When it will be good, we can start integrating it with lucid!

Best regards

@Slals could you say me what will the kind of private key?

Here, in the configuration file we have something like this:

authentication:
  private_key: xxx

Concerning Serpent, could you tell us a little more?