/Cryptully

Encrypted chat for those that don't know crypto.

Primary LanguagePythonGNU Lesser General Public License v3.0LGPL-3.0

Cryptully

Encrypted chat for those that don't know crypto.

Shane Tully (shanetully.com)

Build Status

Quick Start

  1. Download the executable for your platform on the releases page.
  2. Launch the executable (no need to install anything).
  3. Select a nickname and connect to the server.
  4. Enter the nickname of the person you want to chat with.
  5. You should now be chatting!

Need more info? See the documentation for much more detailed instructions.

Running From Source

Install the following:

  • Python 2.7
  • PyQt4
  • M2Crypto
  • Python Curses
  • Clone the repo and run python make.py run.

Detailed instructions are on the building page of the documentation.

Building

Cryptully builds and runs on Linux, Windows, and OS X. See the building page for detailed instructions.

Documentation

Documentation is available at https://cryptully.readthedocs.io/en/latest/.

License

Copyright (C) 2013 Shane Tully

This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.

You should have received a copy of the GNU Lesser General Public License along with this program. If not, see http://www.gnu.org/licenses/.