Meet License Store.

It’s a new macOS app for keeping app licenses, license files, invoices, download links, notes together in one place.

https://www.apptorium.com/license-store

License Store

@apptorium How does Apptorium store any licenses/info that I add to the app?
@veganstraightedge They are stored locally (SwiftData, so it's Sqlite), synchronized to iCloud + local backups.
@apptorium is it encrypted at all?
@veganstraightedge Locally - no.
In iCloud - standard iCloud encryption.
@apptorium So any process that can read files on disk can read the Apptorium storage of licenses, et al?

@veganstraightedge Yes, in practical terms that is correct.

License Store does not add its own app-level encryption layer on top of local storage, so if another process can read the app’s stored data, it can read it. In that sense it is similar to email, where license keys are usually received in the first place, or notes/files on disk.

That’s why I don’t position it as a password manager or vault for highly sensitive secrets.