covert-ots


Namecovert-ots JSON
Version 1.0.8 PyPI version JSON
download
home_page
SummaryA secure way to communicate your secrets
upload_time2023-07-21 10:51:00
maintainer
docs_urlNone
authorOm Gupta
requires_python>=3.6
license
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # covert
A secure way to communicate your secrets
- Find the CLI (wip) [here](https://pypi.org/project/covert-ots/)
- Find the website [here](https://covert-ots.web.app/)
- Backend Deployed on Google Cloud App Engine
## Working
- When a user saves a secret it is encrypted on the client side using a pass phrase encryption algo.
- A unique key (url in case of web clients) is generated for every stored secret.
- A user can then share this key (or url) to someone else, who can then retrieve the secret using the correct pass phrase
- The encrypted token is then fetched and decrypted using the pass phrase on the client and displayed to the user (only once)

## CLI Docs

### commands

```
covert new - save a new secret
```

```
covert get - get a saved secret
```



            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "covert-ots",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": "",
    "keywords": "",
    "author": "Om Gupta",
    "author_email": "",
    "download_url": "https://files.pythonhosted.org/packages/b1/8d/09b4062013dbb2f2fc12d1dfd69caa593320b2178249ecf3febb6607340d/covert-ots-1.0.8.tar.gz",
    "platform": null,
    "description": "# covert\nA secure way to communicate your secrets\n- Find the CLI (wip) [here](https://pypi.org/project/covert-ots/)\n- Find the website [here](https://covert-ots.web.app/)\n- Backend Deployed on Google Cloud App Engine\n## Working\n- When a user saves a secret it is encrypted on the client side using a pass phrase encryption algo.\n- A unique key (url in case of web clients) is generated for every stored secret.\n- A user can then share this key (or url) to someone else, who can then retrieve the secret using the correct pass phrase\n- The encrypted token is then fetched and decrypted using the pass phrase on the client and displayed to the user (only once)\n\n## CLI Docs\n\n### commands\n\n```\ncovert new - save a new secret\n```\n\n```\ncovert get - get a saved secret\n```\n\n\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "A secure way to communicate your secrets",
    "version": "1.0.8",
    "project_urls": null,
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "668a4c81fc69c6c41beb7d8f43d871ea06b501b1cf285ce428a6bd0063d54d0f",
                "md5": "442262b73c4d435414b64d16528b6f71",
                "sha256": "3a92e62249e03acea3d52de40360c3a8130b117bbd56aa2f1e13dceddef6a8ba"
            },
            "downloads": -1,
            "filename": "covert_ots-1.0.8-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "442262b73c4d435414b64d16528b6f71",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 3358,
            "upload_time": "2023-07-21T10:50:57",
            "upload_time_iso_8601": "2023-07-21T10:50:57.942644Z",
            "url": "https://files.pythonhosted.org/packages/66/8a/4c81fc69c6c41beb7d8f43d871ea06b501b1cf285ce428a6bd0063d54d0f/covert_ots-1.0.8-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b18d09b4062013dbb2f2fc12d1dfd69caa593320b2178249ecf3febb6607340d",
                "md5": "5cfb1dfd7a95a0871cffe47da8ce0860",
                "sha256": "8a4715b8d849568d817281486446f1288102325c7c7e4208a754eb6a14792940"
            },
            "downloads": -1,
            "filename": "covert-ots-1.0.8.tar.gz",
            "has_sig": false,
            "md5_digest": "5cfb1dfd7a95a0871cffe47da8ce0860",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 2841,
            "upload_time": "2023-07-21T10:51:00",
            "upload_time_iso_8601": "2023-07-21T10:51:00.322369Z",
            "url": "https://files.pythonhosted.org/packages/b1/8d/09b4062013dbb2f2fc12d1dfd69caa593320b2178249ecf3febb6607340d/covert-ots-1.0.8.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-07-21 10:51:00",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "covert-ots"
}
        
Elapsed time: 0.24498s