What is the LDABAK file format?
An .ldabak file is an encrypted backup created by Legistant, a legal case management platform built by White Star Web Solutions in Sri Lanka. It stores an exact copy of the data a user entered into the software so that records can be archived against corruption or handed off to another Legistant account.
Under the hood, the file is a ZIP archive. Inside it are several JSON files: content.dat for the case data the user typed in, meta.dat for metadata, and file.log for a record of file events. Those payload files are encrypted with Bcrypt, so the ZIP wrapper keeps the backup compact while the encryption protects sensitive client information. The desktop app that first produced these files, Legistant Digital Assistant, has been discontinued, but Legistant continues as a web and mobile service.
Security & safety
RISK: LOWAn .ldabak file is passive backup data, not an executable, so it cannot run code on its own. It does hold sensitive legal case information under Bcrypt encryption, so treat it as confidential and only import it into Legistant accounts you trust.
Format details
in a nutshellPrograms that open LDABAK files
Technical details
deep spec| Container | ZIP archive |
| Compression | Deflate (ZIP) |
| Encryption | Bcrypt-based encryption applied to the stored data files |
| Encoding | JSON payload files stored inside the archive |
| Byte order | N/A (ZIP local headers are little-endian) |
| Structure | A ZIP-compressed archive that bundles several encrypted JSON files: content.dat (user-entered case data), meta.dat (metadata), and file.log (a log of file events). |
| Integrity | CRC-32 per ZIP entry |
| Platforms | Windows, macOS, Android, iOS, Web |
| Typical size | Kilobytes to tens of megabytes depending on case volume |
| Notes | The ZIP wrapper can be opened by any archive tool, but the extracted .dat files remain encrypted and are unreadable without Legistant software or the Bcrypt key. Legistant Digital Assistant, the desktop app that produced these files, has been discontinued. |
| Released | 2010s |
| Specification | www.legistant.com |
LDABAK conversions
Community Q&A
asked by usersNo questions yet - be the first to ask about LDABAK files.