DivineOmega / DecentMessaging

Decent Messaging - a decentralised encrypted messaging system platform
GNU General Public License v3.0
1 stars 0 forks source link

Ability to create new identities (named public-private key pairs) #3

Open DivineOmega opened 9 years ago

DivineOmega commented 9 years ago

Currently there is only one main identify (public-private key pair) created. It would be useful for applications to be able to create their own identities (and thus DM addresses) and name them appropriately.

This would require:

DivineOmega commented 9 years ago

Or alternatively, and more simply, applications could simply prefix the subject of their messages with a string that uniquely identifies the application.

DivineOmega commented 8 years ago

Perhaps not required now, as each program can now have their own instance of Decent Messaging via the portable mode implemented in #14.