Getting started with Tanker.io and Vue.js

Olivier Picault
5 min readJul 30, 2020

Tanker is a PaaS that allow developers to easily protect any kind of data with end-to-end encryption through a SDK.

Here we are going to implement a simple Vue.js app containing a text input. The contents of this inout will be encrypted and decrypted using Tanker.

This post is basically the tanker encrypt-decrypt tutorial using Vue.js instead of React.

--

--