|
1 | 1 | #Anvil Encryption |
2 | 2 |
|
3 | | -This library is a small wrapper around node's`crypto` library. It offers convenience methods for encrypting and decrypting arbitrary payloads in both AES and RSA. |
| 3 | +This library is a small wrapper around node's`crypto` library. It offers convenience methods for encrypting and decrypting arbitrary payloads in both AES and RSA. |
| 4 | + |
| 5 | +For use encrypting / decrypting payloads in Anvil, you can generate an RSA keypair from your[organization's settings page](https://www.useanvil.com/docs/api/getting-started#encryption). |
| 6 | + |
| 7 | + |
| 8 | + |
| 9 | + |
| 10 | +[Anvil](www.useanvil.com/developers) provides easy APIs for all things paperwork. |
| 11 | +1.[PDF filling API](https://www.useanvil.com/products/pdf-filling-api/) - fill out a PDF template with a web request and structured JSON data. |
| 12 | +2.[PDF generation API](https://www.useanvil.com/products/pdf-generation-api/) - send markdown or HTML and Anvil will render it to a PDF. |
| 13 | +3.[Etch E-sign with API](https://www.useanvil.com/products/etch/) - customizable, embeddable, e-signature platform with an API to control the signing process end-to-end. |
| 14 | +4.[Anvil Workflows (w/ API)](https://www.useanvil.com/products/workflows/) - Webforms + PDF + E-sign with a powerful no-code builder. Easily collect structured data, generate PDFs, and request signatures. |
| 15 | + |
| 16 | +Learn more about Anvil on our[Anvil developer page](www.useanvil.com/developers). |
4 | 17 |
|
5 | 18 | ##Install |
6 | 19 |
|
|