Researchers at University of Washington have created a new tool called “Vanish” to add expiry date to the online content. The system places a time limit on any message posted to any web service through a web browser.
The messages sent with Vanish are encrypted with a secret key, never revealed to the end user. The key is then divided into dozens of pieces and sent out over peer-to-peer (P2P) networks – the same ones where music and movie files are traded every day. Because file-sharing systems are in a state of constant change, the various key parts eventually become inaccessible. Once enough of them are lost, the message can no longer be decrypted and read.
In the current Vanish prototype, however, the network’s computers purge their memory every eight hours to simulate the key loss that would occur on P2P networks.
Currently, the prototype is available as a free, open-source tool that works as a combination of downloadable software and a Firefox plugin. Both sender and recipient have to use the software and plugin in order for Vanish to work. If you would prefer to not install anything on your computer, there’s also the Vanish Online Service which you can use from your web browser. Both options are available here if you’d like to try them out now.
I tried creating a self destruct message using Vanish Online Service and following is the output of the message.
Source: ReadWriteWeb
Java URL Encoder/Decoder Example - In this tutorial we will see how to URL encode/decode…
Show Multiple Examples in OpenAPI - OpenAPI (aka Swagger) Specifications has become a defecto standard…
Local WordPress using Docker - Running a local WordPress development environment is crucial for testing…
1. JWT Token Overview JSON Web Token (JWT) is an open standard defines a compact…
GraphQL Subscription provides a great way of building real-time API. In this tutorial we will…
1. Overview Spring Boot Webflux DynamoDB Integration tests - In this tutorial we will see…