SecureShards Logo

SecureShards

1
1
10
1
1
10

Frequently Asked Questions

What is SecureShards?

SecureShards is a web application that allows users to split and recover secrets using a threshold-based secret sharing scheme. SecureShards uses the Shamir's Secret Sharing algorithm to split a secret into multiple parts called shards, which can be distributed among trusted individuals or stored in secure locations. Shards are end-to-end encrypted using a password provided by the user and can only be reconstructed with the correct password and a sufficient number of shards.

How does SecureShards work?

SecureShards works by splitting a secret into multiple parts called shards using the Shamir's Secret Sharing algorithm. The user provides a secret, a password, the threshold number of shards required to reconstruct the secret, and the total number of shards to generate. The secret is encrypted using the password and split into shards, which can be downloaded as text or image files. To recover the original secret, the user must provide the correct password and a sufficient number of shards to reconstruct the secret.

How secure is SecureShards?

SecureShards is designed to be secure and private, with all encryption and decryption operations performed client-side in the user's browser. The secret is never sent to the server, ensuring that sensitive information remains confidential and protected. SecureShards uses end-to-end encryption to secure the secret and shards.

Why would I use SecureShards?

SecureShards provides a secure and reliable way to split and recover secrets, ensuring that sensitive information is protected and accessible only to authorized individuals. Examples of use cases for SecureShards include securely storing passwords, encryption keys, recovery phrases, and other confidential data that needs to be safeguarded and shared among trusted parties.

Why would I use this instead of a password manager, USB drive or cloud storage?

SecureShards offers an additional layer of security by splitting a secret into multiple parts and distributing them among trusted individuals. This reduces the risk of a single point of failure, such as losing access to a password manager, USB drive, or cloud storage account. SecureShards also provides a decentralized approach to secret sharing, allowing users to maintain control over their data and share it securely with others.

What is the purpose of shard files?

Shard files contain encrypted fragments of the original secret that are generated using the Shamir's Secret Sharing algorithm and end-to-end encrypted with the password provided by the user. Shard files can be distributed among trusted individuals for safekeeping and used to reconstruct the original secret when combined with the correct password and a sufficient number of shards.

How do I know if my password is correct?

If the recovery process is successful and you receive the correct secret, then your password is correct. If the recovery process fails or returns an incorrect secret, you may need to verify your password and the shards used for recovery.

What types of file formats are supported for shards?

SecureShards supports both text and image file formats for shards. Shards can be downloaded as text files (.txt) or image files (.png) for easy sharing and storage.

Can I share shard files with others?

Yes, you can share shard files with trusted individuals for safekeeping. Each shard file contains an encrypted fragment of the original secret and can be used to reconstruct the secret when combined with other shards and the correct password.

What happens if I lose a shard file?

If you lose a shard file, you may still be able to recover the original secret if you have enough remaining shards, depending on the threshold set during the creation of the shards.

What happens if I forget or lose the password?

If you forget or lose your password, you will not be able to recover the original secret from the shards. It is important to keep your password secure and accessible only to authorized individuals who may need to reconstruct the secret in the future.

Can I change the password for my shards?

No, the password used to encrypt the shards cannot be changed. If you need to update the password, you will need to generate new shards with the new password and distribute them accordingly.

Where should I store my shard files?

Shard files should be stored in multiple secure locations. You can distribute the shard files among trusted individuals, store them in encrypted storage, or keep physical copies in secure locations to ensure that you can access them when needed. Make sure the shard files are not stored in areas that are prone to fire, water damage, or theft.