Hi,

I am having problems when verifying a signature produced with
crypto.signtext() in Firefox.
The data is coming inside a textarea in the HTML. It has several line
breaks.
When passing the to signtext(), the String reads line breaks as one
byte LF (0x13 ASCII).
However, the original data has CRLF line breaks, so signature
verification fails.

Does anyone know why Javascript/Crypto takes line breaks as single
byte LF instead of CRLF?

Thanks,

Mariano.

_______________________________________________
dev-tech-crypto mailing list
dev-tech-crypto@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-tech-crypto

Reply via email to