fryorcraken 3c7795e121
Improved security (#291)
- Notes are fully encrypted using Waku Message version 1 (no metadata leak)
- Notes are always encrypted, key is part of the URL
- Using standard uuid v4 from browser API to generate ID
- upgraded deps to fix a bug
2024-01-03 00:45:40 +01:00
..
2024-01-03 00:45:40 +01:00
2024-01-03 00:45:40 +01:00
2023-11-30 02:03:27 +01:00
2023-11-30 02:03:27 +01:00

Waku dependencies

  • @waku/interfaces
  • @waku/message-encryption
  • @waku/sdk
  • @waku/utils

Description

Exchange encrypted or plain notes by link. This example shows how symmetric encryption can be used to encrypt only part of Waku message.

How to run

npm start
# or
yarn start