Skip to content

CGsama/misskey-anonymous-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

misskey-anonymous-bot

Explanation of the hash an end of message

Anonymous unless origin claim MAC

k = personal key
t = text
o = one time pad
H = hash function

Signature: (o, H(H(o|k)|t))
Claim origin: provide H(o|k)

In the bot, t is sender username, and k is a private server key, i.e., I can provide verification without expose server key.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published