AnemoneLabs / nymphemeral

Ephemeral pseudonym client
GNU General Public License v3.0
5 stars 1 forks source link

nymphemeral

nymphemeral is a tool made for users searching for secure and anonymous communication on the internet.

It is a GUI client that relies on a pseudonym remailer that communicates to its users by posting messages to a shared mailbox, a Zax-type nym server. Both the server and the client apply an ephemeral encryption layer on their messages based on the Axolotl Ratchet protocol, providing forward and future secrecy to the conversation.

Features

Current Release

The current version of nymphemeral is 1.4.2, a beta, released 2016-03-21.

Quick Install

Make sure that you have the following::

sudo apt-get install python-dev python-tk # If using Debian/Ubuntu
sudo yum install python-devel tkinter # If using Fedora

If you use pip and setuptools (probably installed automatically with pip), you can easily install nymphemeral with::

sudo pip install nymphemeral

You should at least read news server_ to make sure you have one running and configured so that your nyms can receive messages.

Updating '''''''' If you installed nymphemeral with pip, you can also use it for updates::

sudo pip install --upgrade nymphemeral

Documentation

You can find installation and usage instructions (with screenshots) on the documentation, as well as nymphemeral's limitations.

Protocol Update

nymphemeral 1.3.3 was updated to use pyaxo 0.4 that follows the latest (Oct 1, 2014) version of the protocol, which changed the order of the ratcheting. For that reason, old conversations (created with nymphemeral < 1.3.3) might not work properly after the update. We suggest that users update nymphemeral and restart their conversations by changing their nyms' ephemeral keys. The Configuring the Nym_ section explains how that can be done.

Feedback and Contact

Please use the GitHub issue tracker to leave suggestions, feature requests, bug reports, complaints or any contribution to nymphemeral. If you feel the need to talk about something else, send messages to nymphemeral@nym.now.im. You can also use its public key for end-to-end encryption.

Acknowledgements

.. aampy: https://github.com/rxcomm/aampy .. alt.anonymous.messages: https://groups.google.com/forum/#!forum/alt.anonymous.messages .. axolotl ratchet protocol: https://github.com/trevp/axolotl/wiki .. configuring the nym: http://nymphemeral.readthedocs.org/en/latest/use/configuration.html .. crooks: https://github.com/crooks .. documentation: http://nymphemeral.readthedocs.org/ .. github issue tracker: https://github.com/felipedau/nymphemeral/issues .. hulahoopwhonix: https://github.com/HulaHoopWhonix .. installation: http://nymphemeral.readthedocs.org/en/latest/install/dependencies.html .. limitations: http://nymphemeral.readthedocs.org/en/latest/overview.html#limitations .. mixmaster: http://www.zen19351.zen.co.uk/mixmaster302 .. news server: http://nymphemeral.readthedocs.org/en/latest/install/newsserver.html .. new nymserv: https://github.com/rxcomm/nymserv .. pip: https://pypi.python.org/pypi/pip .. public key: https://raw.githubusercontent.com/felipedau/nymphemeral/master/docs/source/nymphemeral-nym.asc .. pyaxo: https://github.com/rxcomm/pyaxo .. python-gnupg: https://pypi.python.org/pypi/python-gnupg .. rxcomm: https://github.com/rxcomm .. setuptools: https://pypi.python.org/pypi/setuptools .. tych0: https://github.com/tych0 .. usage: http://nymphemeral.readthedocs.org/en/latest/use/login.html .. zax-type: https://github.com/crooks/nymserv .. _whonix: https://whonix.org