You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
privateKey parentSettings/settings/keys/privateKey.ttl /settings/ is discovered from WebID preference file
triple => :me solid:privateKey keyString # keystring is 64 char hex string
parentSetting is used for both Keys URI location
secure keys with READ only on key resources and acl:default Read on key container
repair publicKey keeping private key
add key type description ? SS256 + SHA256 ? where ? JWT or JWS ?
a WebID could have multiple key/keyPairs. Through using different key URIs
chat logic
proof on default object message (id, date created, content, maker)
replacedBy, deleted and threads are not included. These should link to new signed things
This is not actually the case for deleted
Tasks :
manage pod keys
solidontology shall replacecertontology that do not cover privateKey :creation of 2 new terms privateKey and publicKey
Schnorr alg and secp256k1 elliptic curves ( key is 64 bytes length). more recent tan ECDSA on same elliptic curve and shorter keys
parentSettings/profile/keys/publicKey.ttltriple => :me solid:publicKey keyString # keystring is 64 char hex string
parentSettings/settings/keys/privateKey.ttl/settings/ is discovered from WebID preference filetriple => :me solid:privateKey keyString # keystring is 64 char hex string
chat logic
replacedBy, deleted and threads are not included. These should link to new signed things
This is not actually the case for deleted
chat channel
sign and verify object message. Cover Threads
and verify same maker. There is actually an optional parameter
UI
tests
push key management in solid-logic ?
documentation