Latest Tech News

Stay updated with the latest in technology, AI, cybersecurity, and more

Filtered by: encrypted Clear Filter

New Phobos ransomware decryptor lets victims recover files for free

The Japanese police have released a Phobos and 8-Base ransomware decryptor that lets victims recover their files for free, with BleepingComputer confirming that it successfully decrypts files. Phobos is a ransomware-as-a-service operation that launched in December 2018, enabling other threat actors to join as affiliates and utilize their encryption tool in attacks. In exchange, any ransom payments were split between the affiliate and the operators. While the ransomware operation did not receiv

Using MPC for Anonymous and Private DNA Analysis

Earlier this year, Monadic DNA kicked off an experiment to demonstrate that people can access and analyze their genetic data with anonymity and privacy. Monadic DNA collected saliva samples from thirty encrypted genomics pioneers at an event in Denver. These participants later used a Web app to claim their genotyping results using a unique kit ID and a self-selected PIN. The app guided users through uploading their data to encrypted storage powered by Nillion’s multi-party compute (MPC) techno

Exclusive 4th of July Offer: 1TB to 10TB Lifetime Cloud Storage at a Huge Discount

Cloud storage is only as good as its security, and this service gets it right. With its eye-catching bundle of lifetime storage plus encryption, you only pay once instead of facing monthly fees like with most providers. Right now, you can save up to $1,320 and enjoy up to 10 TB of secure, client-side encrypted storage for life. And that’s just the beginning. This platform is also packed with powerful features designed to protect and simplify your digital life. Claim pCloud Discount Today Save

Homomorphically Encrypting CRDTs

Here’s a problem with local-first software. You want to work on a document together with a friend who lives far away from you. That sounds like local-first’s bread and butter: store the document as a CRDT, then use some sort of sync server to merge updates and relay them between you and your friend. But there’s a catch: the contents of that document are secret. So secret, in fact, that you don’t even want the app developer to know what they are. One way to solve this is end-to-end encryption.