From 8d2c9589971d9485f882ebf416677c68f0b61f3e Mon Sep 17 00:00:00 2001 From: Vladimir Y Date: Mon, 16 Mar 2020 19:08:06 +0300 Subject: [PATCH] add link to ElectronMail project --- docs/otherprojects.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/otherprojects.md b/docs/otherprojects.md index 538131e..96d54ae 100644 --- a/docs/otherprojects.md +++ b/docs/otherprojects.md @@ -19,6 +19,7 @@ Some JavaScript modules using sodium-native. See the full list [here](https://ww * [fastify-secure-session](https://www.npmjs.com/package/fastify-secure-session): Create a secure stateless cookie session for Fastify, based on libsodium's [Secret Key Box Encryption](secretkeyboxencryption) and [fastify-cookie](https://github.com/fastify/fastify-cookie). * [noise-protocol](https://www.npmjs.com/package/noise-protocol): JavaScript implementation of the Noise Protocol Framework based on [libsodium](https://libsodium.gitbook.io/doc/). Note that this implementation is low level and requires knowledge of the [Noise Protocol Framework](http://noiseprotocol.org/noise.html), and is aimed to be a building block for higher-level modules wishing to implement application-specific handshakes securely. * [secretstream-stream](https://www.npmjs.com/package/secretstream-stream): Abstract encoding API of libsodium's [crypto_secretstream](https://download.libsodium.org/doc/secret-key_cryptography/secretstream). +* [ElectronMail](https://github.com/vladimiry/ElectronMail) (via [fs-json-store-encryption-adapter](https://www.npmjs.com/package/fs-json-store-encryption-adapter)): Unofficial ProtonMail Desktop App.