Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/otherprojects.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.



Expand Down