Added end to end encryption

This commit is contained in:
Aslan 2026-01-13 17:34:39 -05:00
parent 5733975aa0
commit 6f292756ed
34 changed files with 682 additions and 69 deletions

View file

@ -1,6 +1,6 @@
{
"name": "tether",
"version": "0.4.0",
"version": "0.5.2",
"description": "Communication server using the Nexlink protocol",
"repository": {
"type": "git",
@ -35,6 +35,7 @@
"fastify": "^5.6.2",
"jsonwebtoken": "^9.0.3",
"pg": "^8.16.3",
"ua-parser-js": "^2.0.8",
"uuid": "^13.0.0",
"ws": "^8.19.0"
}