dvault


Namedvault JSON
Version 1.1 PyPI version JSON
download
home_pageNone
SummaryTo keep your data safe from others' eyes
upload_time2024-12-06 18:36:20
maintainerNone
docs_urlNone
authorNone
requires_python>=3.12
licenseMIT License Copyright (c) 2024 Gokul Raj Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
keywords vault filestore encryption
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Dragon Vault

## About

A python module to store text documents as notes and other files in completely encrypted form that is accessible only through the module using the given password.

## Installation

Run the below command

```
pip install dvault
```

## Usage

Create a directory called Vault in your home directory (`C:\Users\<username>` for Windows and `/home/<username>` for Linux) and run the below command.

```
py -m dvault
```

Follow the on-screen instructions to create, view and delete notes and files in the Vault.

## Warnings

- Do not touch the files created inside Vault directory as they are sensitive to even minor changes and might lead to permanent data loss.

- The password entered is the only way to retrieve the data saved and loss of password leads to permanent data loss. There is no limit to the number of attempts so you can take your time to retrieve the password.

- Since this is a script based tool, it is vunerable to attacks where the script of the application is tampered and the password gets logged somewhere.

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "dvault",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.12",
    "maintainer_email": null,
    "keywords": "vault, filestore, encryption",
    "author": null,
    "author_email": "Gokul Raj <gokulraj059@gmail.com>",
    "download_url": null,
    "platform": null,
    "description": "# Dragon Vault\r\n\r\n## About\r\n\r\nA python module to store text documents as notes and other files in completely encrypted form that is accessible only through the module using the given password.\r\n\r\n## Installation\r\n\r\nRun the below command\r\n\r\n```\r\npip install dvault\r\n```\r\n\r\n## Usage\r\n\r\nCreate a directory called Vault in your home directory (`C:\\Users\\<username>` for Windows and `/home/<username>` for Linux) and run the below command.\r\n\r\n```\r\npy -m dvault\r\n```\r\n\r\nFollow the on-screen instructions to create, view and delete notes and files in the Vault.\r\n\r\n## Warnings\r\n\r\n- Do not touch the files created inside Vault directory as they are sensitive to even minor changes and might lead to permanent data loss.\r\n\r\n- The password entered is the only way to retrieve the data saved and loss of password leads to permanent data loss. There is no limit to the number of attempts so you can take your time to retrieve the password.\r\n\r\n- Since this is a script based tool, it is vunerable to attacks where the script of the application is tampered and the password gets logged somewhere.\r\n",
    "bugtrack_url": null,
    "license": "MIT License  Copyright (c) 2024 Gokul Raj  Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \u201cSoftware\u201d), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:  The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.  THE SOFTWARE IS PROVIDED \u201cAS IS\u201d, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. ",
    "summary": "To keep your data safe from others' eyes",
    "version": "1.1",
    "project_urls": {
        "Homepage": "https://github.com/GokulRajV8/dvault"
    },
    "split_keywords": [
        "vault",
        " filestore",
        " encryption"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3f5782974529b2e576ef8c0abb4af1b29c2938ecf14d2eedbae171cf1e718235",
                "md5": "c6338e07136f103fed1ae2ea7f5844f7",
                "sha256": "c5730fd02efed225f4d93e75d4a4856751513f49dd71a625a6b58a50ef16ccc4"
            },
            "downloads": -1,
            "filename": "dvault-1.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "c6338e07136f103fed1ae2ea7f5844f7",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.12",
            "size": 10448,
            "upload_time": "2024-12-06T18:36:20",
            "upload_time_iso_8601": "2024-12-06T18:36:20.830441Z",
            "url": "https://files.pythonhosted.org/packages/3f/57/82974529b2e576ef8c0abb4af1b29c2938ecf14d2eedbae171cf1e718235/dvault-1.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-12-06 18:36:20",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "GokulRajV8",
    "github_project": "dvault",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "dvault"
}
        
Elapsed time: 0.71805s