1
0
mirror of https://github.com/bitwarden/server synced 2026-02-06 03:33:43 +00:00

Add cipher seeding with Rust SDK encryption to enable cryptographically correct test data generation

This commit is contained in:
Mick Letofsky
2026-01-26 15:46:24 +01:00
parent 7fb2822e05
commit c997f87333
34 changed files with 2731 additions and 248 deletions

View File

@@ -28,6 +28,7 @@ $projects = @{
Scim = "../bitwarden_license/src/Scim"
IntegrationTests = "../test/Infrastructure.IntegrationTest"
SeederApi = "../util/SeederApi"
SeederUtility = "../util/DbSeederUtility"
}
foreach ($key in $projects.keys) {