Feature #464

Feature #466: IPAACA v3

v3: Sender tokens

Added by Ramin Yaghoubzadeh about 8 years ago. Updated about 8 years ago.

Status:NewStart date:2016-02-16
Priority:NormalDue date:
Assignee:-% Done:

0%

Category:-
Target version:-

Description

In lieu of a complete authentication / encryption layer, v3 will include a simple token-based filtering mechanism, probably defaulting to a username-derived personal token. Components can override their sending token, and also the default filter of allowing reception of IU events with the user's token only.
In so doing, basic concurrent usage of different users / demos is made feasible – while not excluding the possibility to wantonly modify a closed system when required.

History

#1 Updated by Ramin Yaghoubzadeh about 8 years ago

  • Parent task set to #466

#2 Updated by Ramin Yaghoubzadeh about 8 years ago

Maybe use digests of some user-only readable secret?
One could also use a digest of some user-only-readable secret (like .Xauthority??) - but no real gain since eavesdropping is 100% open (locally, at the very least).

Linux
md5sum ~/.Xauthority | cut -d' ' -f1

Mac
md5 -q ~/.Xauthority

(or preferably use a portable library's MD5 or something, linked internally in all ipaaca versions).

Also available in: Atom PDF