Urgent.News

What's breaking now, across thousands of outlets.

Tech

Apple just gave every iPhone photo a digital alibi

The fight against AI slop is real, even in photography, which is why Apple introduced its Reference Image tech alongside its new iPhones . This shifts image verification to the moment of capture, creating a privacy-preserving digital negative that could help newsrooms, businesses, and individuals prove that images are real. Apple’s Security Research team just shared a white paper explaining how…

Apple just gave every iPhone photo a digital alibi

Apple's new Reference Image technology, unveiled alongside the iPhone 18 Pro series, aims to provide a digital alibi for photos. This feature makes image verification an integral part of the capture process, creating a privacy-preserving digital negative that can help verify the authenticity of images. Beyond just being a tool for photographers, Reference Image offers a potential solution for verifying the credibility of images across various fields such as media, business, and personal use.

The technology employs advanced cryptographic methods, ensuring that no alterations can take place, even by quantum-based attacks, providing a quantum-secure defense.

Written by urgent.news from Computerworld's reporting — not their text. Machine-written — may contain errors; check the original before relying on it.

Read the original at computerworld.com →

More in Tech

How to deploy a dotnet application without a Dockerfile or Docker build process

When deploying a .net application to a docker container you would commonly use a Dockerfile, build the Docker image then push the Docker image to a registry, pull the whole image from the registry…

  • Build application binaries using dotnet publish with -r linux-musl-x64 -c Release flags.
  • Copy published binaries to Linux server, make executable, adjust log directory permissions.
  • Deploy application with docker stack deploy command, update easily by copying new binary.

Can a Blockchain Game Exist Without Coins, NFTs, or Play-to-Earn?

Recently, I saw an announcement on X about a new blockchain game. I wasn't particularly interested in that project itself. What caught my attention was the reaction to it.

  • Blockchain games often rely on coins, NFTs, marketplaces, Play-to-Earn systems.
  • Essential game elements could exist on traditional server and database.
  • Removing blockchain might fundamentally alter or break certain games.

More from Wednesday 16 September →