Chipndale


This tool is for splitting your sensitive information into N parts so that you need only K of N parts can recover the information.

Each split part looks like original secret(they have the same length and both are unstructured) so nobody can prove that is not the original secret. Secret can be any length more than 8 bytes.

Each split part of information is a trash, moreover, i parts: i < K is a trash too, only i >= K can retrieve the real secret.

If you lose i parts so that i < K you must destroy other N-i parts after resplitting secret by this tool. Doing so no information of your secret is leaked.

Strongly recommended to use this tool offline with real secrets.
You can download this page and use it with Tor browser in stateless flash-card security-based operation systems without internet connection and that wipes memory after usage(example Tails). Otherwise, you risk to lose your secret.


Split

Random Generator
Total shares Min shares
Invalid mnemonic

Recover


This project is open-source. Get the source code from the repository https://github.com/ilyadt/chipndale

Random generator
The random generator on this page uses a cryptographically secure random number generator(crypto.getRandomValues). The built in random generator can generally be trusted more than your own intuition about randomness. If cryptographic randomness isn't available in your browser, generate/split buttons will not work.


Contact author
Donate author