mirror of
https://github.com/bitwarden/clients.git
synced 2025-12-05 19:17:06 -06:00
* Refactor encrypt service to expose key wrapping * Fix build * Undo ts strict removal * Fix wrong method being used to encrypt key material * Rename parameters and remove todo * Add summary to encrypt * Update libs/common/src/key-management/crypto/services/encrypt.service.implementation.ts Co-authored-by: Thomas Avery <43214426+Thomas-Avery@users.noreply.github.com> * Update libs/common/src/key-management/crypto/services/encrypt.service.implementation.ts Co-authored-by: Thomas Avery <43214426+Thomas-Avery@users.noreply.github.com> * Update libs/common/src/key-management/crypto/services/encrypt.service.implementation.ts Co-authored-by: Thomas Avery <43214426+Thomas-Avery@users.noreply.github.com> * Update libs/common/src/key-management/crypto/services/encrypt.service.implementation.ts Co-authored-by: Thomas Avery <43214426+Thomas-Avery@users.noreply.github.com> * Update libs/common/src/key-management/crypto/abstractions/encrypt.service.ts Co-authored-by: Thomas Avery <43214426+Thomas-Avery@users.noreply.github.com> * Update libs/common/src/key-management/crypto/services/encrypt.service.implementation.ts Co-authored-by: Thomas Avery <43214426+Thomas-Avery@users.noreply.github.com> * Add tests for unhappy paths * Add test coverage * Add links --------- Co-authored-by: Thomas Avery <43214426+Thomas-Avery@users.noreply.github.com>
13 lines
466 B
JSON
13 lines
466 B
JSON
{
|
|
"cSpell.words": ["Csprng", "Decapsulation", "decryptable", "Popout", "Reprompt", "takeuntil"],
|
|
"search.exclude": {
|
|
"**/locales/[^e]*/messages.json": true,
|
|
"**/locales/*[^n]/messages.json": true,
|
|
"**/_locales/[^e]*/messages.json": true,
|
|
"**/_locales/*[^n]/messages.json": true
|
|
},
|
|
"rust-analyzer.linkedProjects": ["apps/desktop/desktop_native/Cargo.toml"],
|
|
"typescript.tsdk": "node_modules/typescript/lib",
|
|
"eslint.useFlatConfig": true
|
|
}
|