Skip to content

Encryption algorithms support cascading, but key derivation algorithms lack it. #1752

@fzxx

Description

@fzxx

Desired behavior

It is recommended to use Argon2 + HKDF-SHA3-512 to maximize key security as well.

Screenshots/Mockup/Designs

Argon2id ──► IKM ──► HKDF-SHA3-512
                           │
                           ├──► AES Key
                           │
                           ├──► Twofish Key
                           │
                           └──► Serpent Key

Stronger combination

Argon2id ───────────┐
                    │
                    ▼
PBKDF2-SHA-512 ──► IKM ──► HKDF-SHA3-512
                          │
                          ├──► AES Key
                          │
                          ├──► Twofish Key
                          │
                          └──► Serpent Key

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions