Free · No Signup

Redacting on a Borrowed or Shared Computer

The editing is the same anywhere. What changes is that the disk you are working on belongs to somebody else — and it keeps whatever you leave on it.

🔒 No upload · Runs in your browser · Instant download

Almost everything written about redaction, this site included, quietly assumes the computer is yours. You open the image, cover what should not travel with it, download the result, and whatever else lands on the disk lands somewhere you control and can come back to.

A lot of real redaction does not happen on your own machine. A hotel business centre or a library terminal. A friend’s laptop, because yours is at home and the letter needs sending today. The shared desktop in the kitchen. A hot desk. A work laptop you use daily but do not administer. A client’s machine you were handed for the afternoon. You have the image and an hour, and the computer goes back to somebody else when you stand up.

The editing is identical on any of them. The accounting afterwards is not. On your own machine a forgotten original sitting in Downloads is untidy. On a borrowed one it is a file you can no longer reach, waiting in front of the next person who sits down, usually with a name and a thumbnail that between them describe what it is.

So this page is not about drawing better boxes. It is about the order you do things in, what a machine quietly retains, and what “runs in your browser” does and does not buy you when the browser is not yours.

Related: what happens to the unredacted original after you redact it.

Mode
Shape

Drop your image here

Or click to browse · Paste with Ctrl+V also works

PNG · JPG · WebP · GIF
How It Works
1

Open

Drop your image in or paste from clipboard.

2

Pick Mode

Black Box, Blur, or Pixelate.

3

Select Areas

Rectangle, oval, or freehand lasso — then hide what you selected.

4

Download

Hit Download PNG. Done.

SquooshNeed to shrink your image after editing? Squoosh is a free browser-based image compressor with no upload required.

Visit Squoosh →
Guide

One sentence carries this page: on a computer you do not own, the risk moves off the picture and onto the disk.

The covering is unchanged. What changes is that every file involved is being created on hardware you will walk away from, in an account that is not yours, with a cleanup step that nobody but you will ever do.

You acquire a second audience you never chose

When you redact on your own machine, there is one audience that matters: the recipient. The whole question is what they can read in the file you send them, and every other page here is some version of that question.

A borrowed machine adds a second audience, independent of the first. It is whoever uses the computer next. They are not sent anything and they are not necessarily looking, which is why this audience is so easy to dismiss — but on the three things that matter, they are in a stronger position than your recipient ever was.

They see the original, not the export. Your careful covering is irrelevant to a file that was never covered. They see every intermediate you made: the first loose pass, the tighter second pass, the version you decided against. And they see the filename, which on a screenshot is frequently a date and time and on a saved document is frequently a description. Your recipient got one curated file. The next person at that desk gets the working set.

The audience is also either unbounded or uncomfortably specific. A public terminal hands the file to nobody in particular and to anybody at all. A friend’s laptop hands it to one named person whose opinion you actually care about, which for a medical letter or a bank statement is arguably the worse outcome of the two.

What actually stays behind

Work down this list before you stand up. Treat each line as a question about existence rather than intent: not “did I mean to leave that” but “is there a copy here.”

One thing is not on the list, and it is the step people worry about most: the editing itself. That part genuinely leaves nothing, for reasons set out further down.

A running order for a machine you do not own

Sequence matters here more than technique, because several of these steps are impossible to do once you have done a later one out of order.

1. Ask whether it has to happen here. The cheapest fix is to not use the borrowed machine for the sensitive part. Redact on your phone or your own laptop and move only the finished export, and the entire category of problem disappears. Use the borrowed machine for the big screen and the keyboard, not for the original.

2. Choose the least sticky way in. Prefer a route that does not require signing into an account on that computer: a memory stick, a cable from your phone, a link that opens without a login. If you must sign in, sign into the one account you need and nothing else, and plan the sign-out as part of the job rather than as an afterthought.

3. Use a private window if you like, but know its scope. It helps with the session and the browsing trail. It does not unsave files. A download made in a private window is an ordinary file on that disk.

4. Keep everything in one folder you created. The failure mode is scattering: original on the desktop, first export in Downloads, second export also in Downloads under a name two digits different. One folder makes the cleanup a single action instead of a memory test.

5. Cover, then check the export rather than the preview. The canvas is displayed fitted to the panel while the pixels are held at full size, so legibility on screen tells you very little. Open the downloaded file and look at it at full size, including any part of a tall capture that never scrolled into view while you worked.

6. Move the export off the machine before you delete anything. Copy it to your stick, or send it to wherever it is going, and confirm it arrived. Delete first and you get to do the whole job again, this time in a hurry.

7. Delete the source and any export that is still there, then empty the trash for the account you were using. Both halves, in that order.

8. Clear the download entry, sign out, close the window. If you pasted the image in, copy something harmless afterwards so the clipboard no longer holds it.

9. Take the physical things with you. The memory stick left in the port, the cable, and the page you printed because the screen was small.

A work laptop is a different problem from a library terminal

Both are computers you do not own, and they fail in opposite directions.

On a daily-use work laptop, the next-user audience mostly evaporates. Nobody else sits down at it, so the file-in-Downloads problem is milder than on a shared terminal. What replaces it is that the device may be administered by somebody else. What is backed up, synchronised or recorded on a managed machine is decided by the organisation’s policy and tooling, and none of it is visible from a browser tab. This page cannot tell you what your employer’s device does; nobody can, from here. The practical rule is to ask or read the policy before you decide that a work laptop is a private place to handle your own medical letter, your bank statement or a family photo. The redaction will work fine. The question is whether the uncovered original should be on that disk at all.

The same logic runs in reverse and is easier to forget. A personal laptop is a machine your employer does not own, so a customer record or an internal screenshot sitting in your own Downloads folder is outside every control your organisation relies on. When work images have to be handled at home, the cleanup discipline in this page applies to your own machine too.

The shared family computer sits between the two and gets the least thought of any of them, usually because it feels like home. It is still a machine with other people’s accounts, other people’s sync settings and a trash that is not yours.

What the editor above does and does not do here

This section is read from this page’s own code, because on a borrowed machine the tool’s boundaries decide which parts of the cleanup are yours.

It stores nothing at all between sessions. There is no localStorage, no sessionStorage and no IndexedDB use anywhere on the page; the only storage-shaped thing in it is an in-memory list of undo snapshots. The working image, those snapshots and the original that Clear restores from live in the open tab and cease to exist when it closes. There is no account, no signup and no saved settings, so the editing step contributes nothing of its own to the list above.

The image is read and processed in the browser. The page reads your file locally, draws it into a canvas, and every operation replaces the pixels inside a region you draw. Download exports the canvas as a PNG named hideshot- plus a timestamp. Nothing is uploaded anywhere — which is exactly why the residue on a borrowed machine is limited to files you can see and delete.

Paste is a genuine route in, and here it is the good one. The page watches for a pasted image and loads it straight into the canvas. On a machine you do not own, that lets you skip writing the original to the disk entirely, which removes the worst item on the cleanup list.

It is region-based, with no whole-image operations. Three modes — Black Box, Blur, Pixelate — and three shapes: rectangle, oval and lasso. There is no crop, no resize and no rotate, so the export comes back at the source file’s exact pixel dimensions. Black Box paints a flat near-black fill; Blur and Pixelate rebuild the region from coarse samples and preserve length and spacing by design.

Everything depends on the tab staying open. Close it before you download and there is nothing saved anywhere to go back to, because there is nowhere for it to have been saved. That is the same property described in why your browser tab must stay open during large batch jobs, and on a borrowed machine it cuts both ways: no residue, but also no recovery.

Small selections are dropped silently. A rectangle drag under about four image pixels, or an oval under six, does nothing and reports nothing. On a rushed session in a public place that is easy to miss.

Common mistakes and misconceptions

“It runs in the browser, so the computer kept nothing.” This conflates processing with storage. The processing stayed in the tab. The file you opened and the file you saved are ordinary files on that disk.

Treating a private window as a clean-up tool. It manages history, cookies and the signed-in session. It does not reach into the filesystem and unsave a download.

Deleting the export and forgetting the original. Backwards. The export is the version that was safe to leave; the original is the one that matters.

Deleting without emptying the trash. A move is not a removal, and the trash in question usually belongs to somebody else’s account.

Cleaning the files and leaving the download list. The entry naming the file outlives the file, and the name is often descriptive enough on its own.

Signing into your mail to fetch the picture and leaving it signed in. You came to redact one image and left an entire account open on a machine you no longer control.

Working in the machine’s own pictures folder. It is the folder most likely to be synced, backed up or opened by the next person out of habit.

Assuming your screen capture went only to the clipboard. Plenty of capture tools also write a file automatically, into a folder you did not choose and may never look at.

Cleaning up one export when you made four. Every press of Download is another file, and the abandoned looser passes are the ones that cover least.

Using the borrowed machine when you did not have to. The most common avoidable version of all of this is a redaction that could have happened on a phone.

Assuming a work laptop is private, or that a personal laptop is fine for work originals. Both machines belong to somebody, and it is not the same somebody in each case.

On a Machine You Do Not Own, the Files Are the Problem

Redacting on a borrowed, shared or public computer is a different job from redacting on your own, and the difference is not the editing. Covering a name or an account number works the same on any machine. What changes is that you acquire a second audience nobody chose: whoever sits down at that computer next. That audience sees the uncovered original rather than your export, sees every intermediate file you made along the way, and sees the filenames, which on screenshots and saved documents are frequently descriptive on their own. A public terminal hands those files to anybody at all; a friend’s laptop hands them to one specific person, which for a medical letter or a bank statement can be the worse of the two.

What stays behind is a short and checkable list: the source image you copied onto the machine, the exported PNG, any additional exports from looser or tighter passes, the browser’s record of those downloads, recently-used file references, preview caches, the trash you moved things into, the clipboard if you pasted, and any account you signed into in order to fetch the picture. On a managed device there may also be backup or synchronisation you cannot inspect from a browser tab, which is a question for the policy rather than for the tool. Sequence is what makes the cleanup work: bring the image in by the least sticky route, keep everything in one folder you created, check the downloaded file at full size rather than the fitted preview, move the export off the machine before deleting anything, then delete both files, empty the trash, clear the download entry and sign out.

The editing step itself contributes nothing to that list. This page keeps no localStorage, sessionStorage or IndexedDB data of any kind: the working image, the undo snapshots and the original that Clear restores from exist only in the open tab and are gone the moment it closes, and there is no account and nothing to sign into. It also accepts a pasted image, which on a borrowed machine is the genuinely useful trick - paste the capture straight in and the uncovered original never becomes a file on that disk at all. The best version of this job, though, remains the one where the sensitive part never happens on the borrowed machine: redact on a device you own and move only the finished export.

Frequently asked questions

Does a private or incognito window mean the borrowed computer keeps nothing?

No, and this is the single most common misreading of what private mode is for. A private window limits what the browser records about where you went: history entries, cookies, site storage and the signed-in session generally go when the window closes. It does not change what happens when you save a file. A download made in a private window is written to that machine's disk exactly like any other download, with an ordinary name in an ordinary folder, and it stays there after the window is gone. The same goes for the source image you copied onto the machine in order to open it, which private mode never touched in the first place. Treat private browsing as a way to avoid leaving a signed-in account and a browsing trail, and treat files as a separate job you do by hand.

The editor runs in the browser and uploads nothing. Does anything of mine touch that machine at all?

Yes, and the distinction is worth being precise about, because it is processing rather than storage that stays in the tab. The page reads your file in the browser, draws it into a canvas and paints the covers there. Checked in this page's own code, there is no localStorage, no sessionStorage and no IndexedDB use of any kind: the working image, the undo snapshots and the original the Clear button restores from exist only in the open tab and are gone when you close it. There is no account and nothing to sign into. What does touch the disk is what you put there and what you save: the source image you brought onto the machine so you could open it, and the PNG that Download writes out. Those are real files in real folders, and cleaning them up is a manual step that no browser-based tool can do for you.

I have to use a shared computer. What is the least-residue way to do this?

Aim to never write the unredacted image to that disk. The editor accepts a pasted image, so if you can get the picture onto the machine's clipboard without saving it first - by capturing a screen region straight to the clipboard, or copying it from a device whose clipboard is already shared with that machine - you can paste it in, cover what needs covering, and the only file you ever create is the finished export. That removes the worst item from the cleanup list, since the original is the version that matters. Afterwards, copy something harmless to displace the image from the clipboard. Two caveats: some screen capture tools also write a file automatically, so check where yours put things, and a synced clipboard means the image travelled to the other devices on that account too.

I already redacted on a shared machine and I have left. What can I still do?

Split it into what you can still reach and what you cannot. If you can get back to the machine, go back and do the cleanup properly in one sitting: the source file, every export including the passes you abandoned, the trash for the account you were using, and the browser's download list. If you signed into an email or storage account, that is usually the larger exposure and the one you can still fix remotely - sign that session out from your account settings and change the password if the machine was genuinely public. If you cannot reach the machine again, the honest position is that the file is available to whoever uses it next, so act on the content rather than on the hope that nobody looks. A card number gets the card replaced, a password gets changed, a document that names somebody else gets mentioned to them. Weigh the likelihood sensibly - a family desktop is not a public terminal - but decide it deliberately instead of leaving it unresolved.