Rimu@piefed.social to Fediverse@lemmy.worldEnglish · edit-21 year agoLemmy devs are considering making all votes public - have your saygithub.comexternal-linkmessage-square853fedilinkarrow-up1828arrow-down119file-text
arrow-up1809arrow-down1external-linkLemmy devs are considering making all votes public - have your saygithub.comRimu@piefed.social to Fediverse@lemmy.worldEnglish · edit-21 year agomessage-square853fedilinkfile-text
Probably better to post in the github issue rather than replying here. https://github.com/LemmyNet/lemmy/issues/4967
minus-squarerglullis@communick.newslinkfedilinkEnglisharrow-up3·1 year agoNot privacy-protecting. You can easily deduct the voter by enumeration.
minus-squarepivot_root@lemmy.worldlinkfedilinkEnglisharrow-up1·edit-21 year agoA privately-stored salt would fix that :)
minus-squarerglullis@communick.newslinkfedilinkEnglisharrow-up3·1 year agoThen what is the point of hashing the data? Just use an UUID. Anyway, this is all pointless bike shedding because the activity needs to be associated with the actor, as it can only be accepted if the signature can be verified.
Not privacy-protecting. You can easily deduct the voter by enumeration.
A privately-stored salt would fix that :)
Then what is the point of hashing the data? Just use an UUID.
Anyway, this is all pointless bike shedding because the activity needs to be associated with the actor, as it can only be accepted if the signature can be verified.