Show HN: X-File – The secure plain text format
X-File is a way to share text that can be read and also contain portions of that text which are kept as secret. In addition, the footer contains a cryptographic signature to verify that the content has not been tampered.
The main difference compared to a normal SHA1 signature is that the encryption used for the footer can randomly use one of the many encryption algorithms to store the secret data and thus make very difficult for brute forcing the key that unlocks the data.
The code and docs can be read at http://x-file.xyz/
Just let me know your thoughts. Thanks.
1 comment
[ 3.6 ms ] story [ 13.9 ms ] threadYou could make the use case more explicit, in, how would people use it: * the publisher; having the original version of the text, and releasing a censored version; * a casual reader; reading and verifying the released text was not altered (without having access to keywords? at all?) - so there's a matter of trust to add here as well? * a reader with the key to verify and reveal the keywords