sh-dv/hat.sh

A question about symmetric encryption

RivenNero opened this issue · 2 comments

Is the symmetric encryption algorithm of hat.sh XChaCha20-Poly1305-IETF or xchacha20-poly1305?

Non-IETF, with 16 byte salt. You will find the code in https://github.com/sh-dv/hat.sh/blob/master/service-worker/sw.js#L212