Should CLI/GUI tools expose checksum completion? #78
BenWestgate
started this conversation in
General
Replies: 2 comments
0 replies
Yeah. So, if they're starting with low entropy data there's not too much we can do. But I don't think users will be fooled into thinking that the checksum somehow makes "insecure data" into "secure data". I do think users will be fooled into thinking that they can take data with poor integrity (or data which is actually wrong/corrupted) and then "restore it" by using the checksum generation. I agree it seems plausible that users would drop a checksum that doesn't validate then attempt to "restore it". So my proposal is:
We should also extend the "are you recovering" warning. I think we should say something like: |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
Before releasing python-codex32 v1, I’d appreciate feedback on whether checksum completion is useful enough to justify its misuse risk.
My candidate
ms32 checksumcommand completes a Codex32 Book worksheet. It saves manual checksum computation, but can also give wrong data a valid checksum. Users might interpret that as evidence their backup is secure/random.Safeguards:
These checks cannot guarantee data was generated correctly. Entering wrong data twice can still succeed.
Help
Proposed warning
Prompts, separated by terminal clearing
Input errors
Would you keep this command or remove user-facing checksum completion? What about for a GUI? My concern is users may checksum low entropy data or replace a damaged backup’s checksum.
All reactions