Skip to content

keylen should be replaced with ivlen #3

@adriaandotcom

Description

@adriaandotcom

const ivlen = 16;
const keylen = 32;
const derivedKey = derivation.slice(0, keylen);
const iv = derivation.slice(keylen);

Thanks for providing your blog post, it really helps me get my new product out! Thanks a lot. If you want to read more on what I'm doing with it: https://crypto.stackexchange.com/questions/80071/are-there-cryptographical-flaws-in-this-e2ee-website-chat-widget

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions