Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR. Learn more →
Paperback Alternatives
Similar projects and alternatives to paperback
-
-
CodeRabbit
CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
-
-
-
-
-
-
-
InfluxDB
InfluxDB high-performance time series database. Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems.
-
-
horcrux
Horcrux is a command line tool that uses Shamir's Secret Sharing to split a file into n encrypted parts, requiring m of those parts to later reconstruct. Horcrux is a usability layer built around Hashicorp Vault's shamirs code which is vendored here. (by unit410)
-
-
-
paper-store
Cold store small files on paper as QR codes -- PGP keys, Bitcoin keys, Tox keys or any other small files in general.
-
-
-
AONT-RS
An implementation of Resch and Plank's AONT-RS (All or Nothing Transform + Reed-Solomon) information dispersal algorithm.
-
-
-
-
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
paperback discussion
paperback reviews and mentions
-
Ask HN: QR Codes Unsuitable for Storing Gigabytes and Beyond in Graphic Format?
Yes. QR codes are meant to store only a few kilobytes at most. They are not suitable for encoding gigabytes of data.
At perhaps 2KB per page, you'd need 524288 pages to store a 1GB. That's 1048 reams. Please just use an archival optical disk instead.
Even if the scheme using multiple QR codes in sequence rather than a single large code block. The paper backup implementations that use QR codes https://github.com/intra2net/paperbackup https://github.com/cyphar/paperback are only meant to be used for private key backup.
-
Horcrux: Split your file into encrypted fragments
There's a cool paper-based backup tool that also uses Shamir Secret Sharing to let you distribute a bunch of paper copies to your friends to restore a file optically:
https://github.com/cyphar/paperback
- Paper backup generator suitable for long-term storage
-
I need to store a 1MB file for 20 years, would making thousands of copies on a 4.7gb DVD be enough?
Paperback will do it automatically for you, open source and free. Thier README also has recommendations for long term storage of paper.
-
PaperAge –easy and secure paper backups of (smallish) secrets
That exists: https://github.com/cyphar/paperback (or the paper-store script suggested by /u/nurupoga/ below).
-
converting data into text files
there are ready-made solutions for that, like https://github.com/cyphar/paperback
-
My biggest concern about Bitcoin, help ease it for me?
You could encrypt your key info using paperback. This then requires at least X amount of people holding parts of the decrypt key to come together to decrypt your last will.
- Is there a way to create an encryption key, that is calculabe if only 3 of 4 parts are available?
-
Man, I feel bad for Ina. Hopefully the EN curse cuts her some slack soon.
I know you're joking but there's actually software that was made just for that
- How to protect your data from an EMP?
-
A note from our sponsor - CodeRabbit
coderabbit.ai | 24 Apr 2025
Stats
cyphar/paperback is an open source project licensed under GNU General Public License v3.0 only which is an OSI approved license.
The primary programming language of paperback is Rust.