kdbxtool.models.attachment¶
Attachment model for KDBX binary attachments.
Classes
|
An attachment (binary file) associated with an entry. |
- class kdbxtool.models.attachment.Attachment(filename, id, entry)[source]¶
Bases:
objectAn attachment (binary file) associated with an entry.
Attachments represent files attached to entries in the database. The binary data is stored at the database level and referenced by ID.