Released version `0.0.3` of python package `pyfidelius`. A Python package that wraps Fidelius CLI, a tool designed for ECDH cryptography.
- Version updates
| Method | Details |
| ----------------------- | ------------------------------------------------------------------------------------------------------------------ |
| `generate_key_material` | Generates an ECDH key pair, and a random nonce. |
| `encrypt` | Encrypts a given string of data. |
| `sane_encrypt` | Same as the ncrypt command, the only difference being that it accepts a base64 encoded version of the input string. |
| `decrypt` | Decrypt the encoded data back to the original string. |
- Upcoming updates/improvements
| Method | Details |
| ----------------------- | ------------------------------------------------------------------------------------------------------------------ |
| `file_operation` | ECDH Cryptography can also be applied to files for both encryption and decryption. |