[Cryptography] Need a better name

Phillip Hallam-Baker phill at hallambaker.com
Sat Nov 12 22:28:13 EST 2016


​We all know about using a digest to create a unique fingerprint for a
static file.:

Fingerprint = Presentation ( SHA-2-512 ( fred.txt ) )

I find it is useful to distinguish the presentation of the digest value
from the digest value itself and fingerprint is as good as anything for
that.

But what if the file isn't static? Well the obvious approach is to use a
public key signature in some way. In the Mesh, I use this to authenticate
profiles as follows:

1) Each profile has a unique signature key.

2) The unique identifier of the profile is the fingerprint of the public key

There are some other features I might add in the future such as
checkpointing against a linked log but that is the basic concept.

Problem is, what to call it?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.metzdowd.com/pipermail/cryptography/attachments/20161112/f0bbfc5e/attachment.html>


More information about the cryptography mailing list