1
0
mirror of https://github.com/bitwarden/server synced 2026-02-22 04:13:43 +00:00

Read me tidy

This commit is contained in:
Mick Letofsky
2026-01-27 19:18:04 +01:00
parent 959860a8e0
commit c6243325f5

View File

@@ -13,19 +13,6 @@ A class library for generating and inserting properly encrypted test data into B
The "View" suffix always denotes plaintext. No suffix means encrypted.
### EncString Format
Encrypted strings follow this format:
```
2.{iv}|{ciphertext}|{mac}
```
- **2** = Algorithm type (AES-256-CBC-HMAC-SHA256)
- **iv** = Initialization vector (base64)
- **ciphertext** = Encrypted data (base64)
- **mac** = Message authentication code (base64)
### Data Structure Differences
**SDK Structure (nested):**