Changes

Jump to: navigation, search

Identity/AttachedServices/KeyServerProtocol

1 byte added, 02:11, 28 June 2013
m
Crypto Notes
* (server) creation of private "B" value inside SRP
* (server) creation of signToken and resetToken
 
On the server, code should get entropy from /dev/urandom via a function that uses it, like "crypto.randomBytes()" in node.js or "os.urandom()" in python. On the client, code should combine local entropy with some fetched from the keyserver via getEntropy(), to guard against failures in the local entropy pool. Something like HKDF(SKM=localEntropy+remoteEntropy, salt="", context=KW("mergeEntropy")).
Confirm
471
edits

Navigation menu