Onionr/onionr/onionrusers
Kevin Froman d74bfbd5ee let contactmanager support unpaddedbase32 and bip39 keys 2019-09-09 17:29:29 -05:00
..
README.md corrected permissions again 2019-06-16 13:20:54 -05:00
__init__.py corrected permissions again 2019-06-16 13:20:54 -05:00
contactmanager.py let contactmanager support unpaddedbase32 and bip39 keys 2019-09-09 17:29:29 -05:00
onionrusers.py progress in removing core 2019-07-21 11:15:20 -05:00

README.md

onionrusers

onionrusers is a small collection of classes for interacting with onionr public keys, such as encrypting messages to them with forward secrecy, interacting with their settings, or else.

Files

onionrusers.py: OnionrUsers class can be used to encrypt/decrypt messages to a particular Onionr user (incl. forward secrecy), view information about them, and get our friend list.

contactmanager.py: Inheriting from OnionrUsers, ContactManager allows arbitrary information to be associated with an Onionr user.