{"id":18016454,"url":"https://github.com/nikhil25803/pyfidelius","last_synced_at":"2026-01-20T00:12:11.212Z","repository":{"id":243518411,"uuid":"803738865","full_name":"nikhil25803/pyfidelius","owner":"nikhil25803","description":"Python SDK for Fidelius CLI, a tool designed for ECDH cryptography.","archived":false,"fork":false,"pushed_at":"2024-06-10T06:26:11.000Z","size":5390,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-05T07:37:44.004Z","etag":null,"topics":["cryptography","ecdh","python3"],"latest_commit_sha":null,"homepage":"https://pypi.org/project/pyfidelius/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nikhil25803.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-05-21T09:45:57.000Z","updated_at":"2024-06-13T09:02:34.000Z","dependencies_parsed_at":"2024-06-09T15:24:45.619Z","dependency_job_id":"87035dc4-8294-41ea-978d-a4e624ee0916","html_url":"https://github.com/nikhil25803/pyfidelius","commit_stats":null,"previous_names":["nikhil25803/pyfidelius"],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nikhil25803%2Fpyfidelius","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nikhil25803%2Fpyfidelius/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nikhil25803%2Fpyfidelius/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nikhil25803%2Fpyfidelius/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nikhil25803","download_url":"https://codeload.github.com/nikhil25803/pyfidelius/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247457809,"owners_count":20941906,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cryptography","ecdh","python3"],"created_at":"2024-10-30T04:17:58.358Z","updated_at":"2026-01-20T00:12:11.186Z","avatar_url":"https://github.com/nikhil25803.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# PyFidelius\n\nPython SDK for Fidelius CLI, a tool designed for ECDH cryptography.\n\n## How to use it?\n\nInstall the package from PyPi\n```bash\npip install pyfidelius\n```\n\nCreate an instance of the class\n\n```py\nfrom pyfidelius.cryptography import Cryptography\n\necdh = Cryptography()\n```\n\n**NOTE**: Make sure that JRE 1.8+ is installed, to run the binaries in the release.\n\nMethods available :\n\n| Method                  | Details                                                                                                            |\n| ----------------------- | ------------------------------------------------------------------------------------------------------------------ |\n| `generate_key_material` | Generates an ECDH key pair, and a random nonce.                                                                    |\n| `encrypt`               | Encrypts a given string data.                                                                                      |\n| `sane_encrypt`          | Same as encrypt command, with the only difference being that it accepts base64 encoded version of the input string. |\n| `decrypt`               | Decrypt the encoded data back to original string.                                                                  |\n| `file_operation`        | ECDH Cryptography can also be applied on file for both encryption and decryption.                                  |\n\n\u003e A brief documentation about each method is mentioned in the method's docstring.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnikhil25803%2Fpyfidelius","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnikhil25803%2Fpyfidelius","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnikhil25803%2Fpyfidelius/lists"}