GuineaSender


NameGuineaSender JSON
Version 1.0.3 PyPI version JSON
download
home_pagehttps://github.com/ethicalhacker7192/OTP-MAC-online
SummarySecure Messaging (less lightweight)
upload_time2023-07-04 03:40:42
maintainer
docs_urlNone
authorGuinea_Pig_Lord
requires_python
licenseMIT
keywords secure messages
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # OTP-MAC-online
a One Time Pad encryption program called GuineaSend that also encrypts the key in MAC SHA-256 bit hash.


## to install and run on linux(python3 required):


    git clone https://github.com/ethicalhacker7192/OTP-MAC-online.git && cd OTP-MAC-online && python3 -m pip install -r requirements.txt && python3 GuineaSend.py

if you have no python installed on linux, install it using this command

    sudo apt install python3


## to install and run on windows:

install zip or if you already have git then you can just do this command

    git clone https://github.com/ethicalhacker7192/OTP-MAC-online.git
        
next if you have not already download the latest release of python from the official [website](https://python.org/downloads).
if you have already, please skip this step and type this into command prompt

    cd OTP-MAC-online
    py -m pip install -r requirements.txt
    py GuineaSend.py

## If you are getting the error module pip not found:


pip3 is usually prefered so here is how to download it on linux:
    
    sudo apt install pip3
    
I would also like to show how to install pip:

    sudo apt install pip

pip is already preinstalled on windows distrobutions.

## Contribute

If you like this project, consider helping out point out problems in code, this will help me find issues and bugs, also anybody can contribute. I will give credit for contribution to all that contribute, so help out and allow many people to have programs like this in the future.

Also, to those who have unsupported versions of Linux or Windows, etc. please let me know and I will make special installation and execution instructions to help overcome this, if needed I will even try to make a version just for that OS.


## DISCLAIMER

This software is intended for educational purposes only. Under no circumstances should it be used for malicious purposes, including but not limited to cyber attacks or cyber warfare. The creator of this software assumes no responsibility for any damage or harm caused by the use or misuse of this software. This software is strictly prohibited by use by government agencies or for any activities related to war, espionage, or any other illegal activities. (not even governments should use it)

for more information please refer to the license.txt file.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/ethicalhacker7192/OTP-MAC-online",
    "name": "GuineaSender",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "Secure Messages",
    "author": "Guinea_Pig_Lord",
    "author_email": "bear@lowrey.us",
    "download_url": "",
    "platform": "any",
    "description": "# OTP-MAC-online\na One Time Pad encryption program called GuineaSend that also encrypts the key in MAC SHA-256 bit hash.\n\n\n## to install and run on linux(python3 required):\n\n\n    git clone https://github.com/ethicalhacker7192/OTP-MAC-online.git && cd OTP-MAC-online && python3 -m pip install -r requirements.txt && python3 GuineaSend.py\n\nif you have no python installed on linux, install it using this command\n\n    sudo apt install python3\n\n\n## to install and run on windows:\n\ninstall zip or if you already have git then you can just do this command\n\n    git clone https://github.com/ethicalhacker7192/OTP-MAC-online.git\n        \nnext if you have not already download the latest release of python from the official [website](https://python.org/downloads).\nif you have already, please skip this step and type this into command prompt\n\n    cd OTP-MAC-online\n    py -m pip install -r requirements.txt\n    py GuineaSend.py\n\n## If you are getting the error module pip not found:\n\n\npip3 is usually prefered so here is how to download it on linux:\n    \n    sudo apt install pip3\n    \nI would also like to show how to install pip:\n\n    sudo apt install pip\n\npip is already preinstalled on windows distrobutions.\n\n## Contribute\n\nIf you like this project, consider helping out point out problems in code, this will help me find issues and bugs, also anybody can contribute. I will give credit for contribution to all that contribute, so help out and allow many people to have programs like this in the future.\n\nAlso, to those who have unsupported versions of Linux or Windows, etc. please let me know and I will make special installation and execution instructions to help overcome this, if needed I will even try to make a version just for that OS.\n\n\n## DISCLAIMER\n\nThis software is intended for educational purposes only. Under no circumstances should it be used for malicious purposes, including but not limited to cyber attacks or cyber warfare. The creator of this software assumes no responsibility for any damage or harm caused by the use or misuse of this software. This software is strictly prohibited by use by government agencies or for any activities related to war, espionage, or any other illegal activities. (not even governments should use it)\n\nfor more information please refer to the license.txt file.\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Secure Messaging (less lightweight)",
    "version": "1.0.3",
    "project_urls": {
        "Homepage": "https://github.com/ethicalhacker7192/OTP-MAC-online"
    },
    "split_keywords": [
        "secure",
        "messages"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6bbc245ebb009437b41f14e8b9d703886d463e7c2ef7f017d10362c503477047",
                "md5": "bcd8aaafec4f3833a38f719027bdce03",
                "sha256": "944b42a1a9e25b21792de22f96dccd022da3fc495d5ef93f5570761777c135fc"
            },
            "downloads": -1,
            "filename": "GuineaSender-1.0.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "bcd8aaafec4f3833a38f719027bdce03",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 10594,
            "upload_time": "2023-07-04T03:40:42",
            "upload_time_iso_8601": "2023-07-04T03:40:42.456128Z",
            "url": "https://files.pythonhosted.org/packages/6b/bc/245ebb009437b41f14e8b9d703886d463e7c2ef7f017d10362c503477047/GuineaSender-1.0.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-07-04 03:40:42",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "ethicalhacker7192",
    "github_project": "OTP-MAC-online",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [],
    "lcname": "guineasender"
}
        
Elapsed time: 0.11387s