privacylab / talek

a Private Publish Subscribe System
BSD 2-Clause "Simplified" License
48 stars 5 forks source link

talekclient read returns decryption failure with invalid signature #109

Open mixmasala opened 8 months ago

mixmasala commented 8 months ago
$ talekclient --verbose --config talek.json --create
Connection to RPC established.
New topic written to talek.handle.
$ talekclient --verbose --config talek.json --write "hello, world"
Connection to RPC established.
[Client] INFO: 2024/03/11 13:50:10 client.go:258: Reading bucket -1
[Client] INFO: 2024/03/11 13:50:10 client.go:128: Wrote [33 42 167 183](1024) to 192,944.
root@e6d0b67b79b7:/talek_shared# talekclient --verbose --config talek.json --read
Connection to RPC established.
[Client] INFO: 2024/03/11 13:50:16 client.go:258: Reading bucket 709
[Client] TRACE: 2024/03/11 13:50:17 handle.go:202: decryption failed for read 0 of bucket 709 [[0 0 0 0]](1024): Invalid Signature
[Client] TRACE: 2024/03/11 13:50:17 handle.go:202: decryption failed for read 1 of bucket 709 [[0 0 0 0]](1024): Invalid Signature
[Client] TRACE: 2024/03/11 13:50:17 handle.go:202: decryption failed for read 2 of bucket 709 [[0 0 0 0]](1024): Invalid Signature
[Client] TRACE: 2024/03/11 13:50:17 handle.go:202: decryption failed for read 3 of bucket 709 [[0 0 0 0]](1024): Invalid Signature
[Client] INFO: 2024/03/11 13:50:18 client.go:258: Reading bucket 517
[Client] TRACE: 2024/03/11 13:50:19 handle.go:202: decryption failed for read 0 of bucket 517 [[0 0 0 0]](1024): Invalid Signature
[Client] TRACE: 2024/03/11 13:50:19 handle.go:202: decryption failed for read 1 of bucket 517 [[0 0 0 0]](1024): Invalid Signature
[Client] TRACE: 2024/03/11 13:50:19 handle.go:202: decryption failed for read 2 of bucket 517 [[0 0 0 0]](1024): Invalid Signature
[Client] TRACE: 2024/03/11 13:50:19 handle.go:202: decryption failed for read 3 of bucket 517 [[0 0 0 0]](1024): Invalid Signature
[Client] INFO: 2024/03/11 13:50:20 client.go:258: Reading bucket 709
[Client] TRACE: 2024/03/11 13:50:21 handle.go:202: decryption failed for read 0 of bucket 709 [[0 0 0 0]](1024): Invalid Signature
[Client] TRACE: 2024/03/11 13:50:21 handle.go:202: decryption failed for read 1 of bucket 709 [[0 0 0 0]](1024): Invalid Signature
[Client] TRACE: 2024/03/11 13:50:21 handle.go:202: decryption failed for read 2 of bucket 709 [[0 0 0 0]](1024): Invalid Signature
[Client] TRACE: 2024/03/11 13:50:21 handle.go:202: decryption failed for read 3 of bucket 709 [[0 0 0 0]](1024): Invalid Signature