diff --git a/Schema and Encryption.md b/Schema and Encryption.md index 5230b3a..08a8f1a 100644 --- a/Schema and Encryption.md +++ b/Schema and Encryption.md @@ -30,18 +30,19 @@ title|username|password|email|website_url|(custom1)data1|(custom2)data2 Two examples: ```txt -Main Steam Account|mondei1|super_secret_example123|info@example.de|https://store.steampowered.com/login/|(2fa_b)R1337 +Main Steam Account|mondei1|super_secret_example123|info@example.de|https://store.steampowered.com/login/|(2fa_b)R1337|()Foo question%Bar awnser ProtonMail||mail_pw123|klier.nicolas@protonmail.com|| ``` -### Optional fields +### Custom/Optional fields You can either define your own custom fields or use optional fields, which OffPass treats differently. List of optional fields: * `2fa` - Two factor authentication secret that starts like otpauth://totp/... * `2fa_b` - Backup codes for two factor authentication * `email_b` - Backup email address +* `()QUESTION%AWNSER` - Security question with it's awnser. **Content inside the brackets has to be empty!** ### Compression