A question about symmetric encryption
RivenNero opened this issue · 2 comments
RivenNero commented
Is the symmetric encryption algorithm of hat.sh XChaCha20-Poly1305-IETF or xchacha20-poly1305?
covert-encryption commented
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
RivenNero commented
OK