Skip to content

Provide custom encryption Salt and Rounds in version 2.x #1031

Open
@alexrainman

Description

@alexrainman

Before version 2 i was doing this:

opts.EncryptionKey = new SymmetricKey("KeySeed", "SaltText", rounds);

Now a custom Salt and Rounds cannot be provided:

var config = new DatabaseConfiguration
{
    EncryptionKey = new EncryptionKey("KeySeed") // using default salt and rounds
};

Will that functionality be provided again?

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions