matiaskorhonen / paper-age

Easy and secure paper backups of secrets
MIT License
411 stars 8 forks source link

Suggestion: Add double\triple bottom #105

Closed oneofthehorses closed 8 months ago

oneofthehorses commented 8 months ago

Hello!

Thanks for your work! Suggest to develop project little bit further: To hide 3 or more secrets under one QR-code, where each password response\decrypt for different secred and it's impossible to proof there something more than just 1 secret in it... LIke in library here ->

https://github.com/sunknudsen/blockcrypt + https://github.com/sunknudsen/blockcrypt/blob/master/src/index.ts

I'm bad in coding but i could help with translation to few languages and making logo

Cheers!

matiaskorhonen commented 8 months ago

Hi, thanks for your suggestion.

However, that feature is out of scope for the problems that PaperAge attempts to solve.

The problem domain that PaperAge targets is making backups using encryption that's been validated by folks who know far more about cryptography than I do. Obfuscation or plausible deniability is not something that can be trivially added.

If you're facing an adversary who can compel decryption by prosecution (or a $5 wrench for that matter), this project is not for you. For more information, see the Threat models and use cases section in the README.