Skip to content

Releases: nikhil25803/pyfidelius

v0.0.4

10 Jun 06:26
5f79cb9
Compare
Choose a tag to compare
  • Fixed issues related to package access on Linux machines.

v0.0.3

09 Jun 14:09
d6adc5b
Compare
Choose a tag to compare

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.