Lartist Logo

Menu

← All posts

Practice · 7 min read

Protecting Your Work and Your Accounts as an AI Artist

Generated work, source images, prompt libraries and the accounts holding them are worth stealing. A practical security pass for people making AI art seriously.

Artist working on a design using a laptop and paper under warm lighting indoors.
Photo by cottonbro studio on Pexels

If you make AI art casually, none of this matters much. If you are selling it, taking commissions, or have built up a body of work and a prompt library you rely on, you are carrying assets that are genuinely worth stealing, and most people protect them about as well as they protect a shopping account.

This is the short version of what actually matters, roughly in order of how badly it hurts when it goes wrong.

The account is the asset, not the files

People think about losing files. The more common and more damaging event is losing the account: the platform where the work lives, the storefront where it sells, or the social profile where the audience is. Files can be re-downloaded. An audience built over two years cannot.

Which means the boring advice is the high-value advice. A unique password on every creative account, a password manager so that is actually possible, and two-factor authentication using an app rather than SMS. SMS codes are interceptable through SIM swap attacks, and creative accounts with a following are a target for exactly that.

Check the recovery email on every account while you are at it. A surprising number of people have a strong password on the account and a dormant email from 2014 sitting behind it as the reset path.

A woman concentrating on her laptop in a creative indoor setting, surrounded by art supplies.
Photo by Andrea Piacquadio on Pexels

Back up in a way that survives a bad day

Generated output tends to live wherever it was made, which means one platform holds everything. That is fine until an account is suspended, an API changes, or a service shuts down with thirty days notice.

  • Keep local copies of finished work, not just the platform gallery.
  • Export your prompt library. It is the part that took the longest to develop and the part nobody backs up.
  • Keep source and reference images separately from output, because re-sourcing them is often harder than regenerating.
  • One offsite copy. A second drive in the same room is not a backup against theft or fire.

Know what leaves with your files

Images carry metadata. Photos you upload as references carry GPS coordinates and timestamps unless you strip them. Exported work sometimes carries the software, the account name, or a generation ID. If you are publishing under a pseudonym, that is the seam that usually gives it away.

Strip metadata before publishing anything you would not want tied back to a location or an identity. On Windows it is right-click, Properties, Details, Remove Properties. On macOS, Preview, Show Inspector, delete the GPS entry.

The network you work on

Most of this is about accounts and files. The remaining piece is the connection they travel over, which matters if you work from cafes, co-working spaces, hotels, or anywhere the network is not yours. On a network you do not control, the operator can see which services you connect to, and badly configured public wifi is still a real way to get session cookies lifted.

A VPN encrypts that connection so the network operator sees an encrypted tunnel rather than your traffic. GhostShield is one, and since it is built by the same team as Lartist that is a disclosure rather than a neutral pick. The honest scope of what it does is worth stating: it protects the connection, and it does nothing about a weak password, a phished login, or what a platform does with files you uploaded to it. It is one layer, and it is not the one that saves you most often.

If you are choosing where to spend effort, the account hygiene above prevents more real losses than the network layer does. Do that first.

The ten minute version

  • Turn on app-based two-factor on every account that holds work or an audience.
  • Check the recovery email on each of them is one you still control.
  • Export your prompt library somewhere that is not the platform.
  • Get one offsite backup of finished work.
  • Strip metadata from anything published under a pseudonym.

None of it is interesting, and all of it is the difference between an inconvenience and losing the thing you spent two years building.