pecuversion
Pecu (PQ/QP - Quoted Printable)
Pecu is a little library to encode and decode quoted-printable according to RFC2045 (ยง 6.7). It provides a non-blocking encoder/decoder and ensure to respect the 80 characters rule. It provides a fuzzer which test isomorphism between encoder and decoder (and if we respect correctly the 80 characters rule).
This project is a part of an encoder/decoder of e-mail.
Decoder can decode input which does not respect 80 characters rule but it signals to the client if this case appear - which can be an attack entry point. By this way, the decoder provide a best-effort case to the client.
Author | Romain Calascibetta <romain.calascibetta@gmail.com> |
---|---|
License | MIT |
Published | |
Homepage | https://github.com/dinosaure/pecu |
Issue Tracker | https://github.com/dinosaure/pecu/issues |
Maintainer | Romain Calascibetta <romain.calascibetta@gmail.com> |
Dependencies | |
Source [http] | https://github.com/dinosaure/pecu/releases/download/v0.1/pecu-0.1.tbz sha256=a8a1066df98e6c447c69e954b3de6d03da743f9f653636979cf336aa910f114d md5=86849ba4e1b6dc31076494f6a767e382 |
Edit | https://github.com/ocaml/opam-repository/tree/master/packages/pecu/pecu.0.1/opam |
Required by
- piaf<0.2.0