Security Q&A

We will attempt to address some common questions and concerns regarding our determenistic by default nature.


01. What does determenistic by default mean?

Instead of relying and in-turn being controlled by the pseudorandomness of machines, where the storage of generated private keys is then required, we use deterministic algorithms to generate the keys at the moment they are needed - nullifying their need to be stored anywhere. This allows core to run entirely in JavaScript from the browser, without the need for a file-storage service, instead relying on localStorage which is merely used to store the publicly available information. Private information is never stored anywhere.

- back to top


02. What are device salts?

By default, the installation of the wallet guides new users through the process of deterministically generating a device salt. Blockstrap then uses compounding encryption through a modular method from within the browser that allows each application developer to deploy systems of varying levels of security dependent on their project needs or application environment. By default, we then use the salt to generate secure deterministic private keys that are not stored anywhere but can be easily recrerated inline at the moment they are required.

- back to top


03. What happens if I loose or fail to correctly re-create my salt?

If you loose your device or the browser cache is refreshed, there is always the possibility you could re-create the salt, but if you are unable to remember the details that you used to create the salt, you will probably never be able to re-cover or re-use the accounts created with that salt. If you did not make a back-up of the private keys, you may have lost everything, which is why it is very important you understand the risks.

- back to top


04. But is it safe?

It is as safe as you make it. Different use cases often require different forms of solutions. The most important question is really who has access to your private keys? In the case of many web-based services, the service provider is often in control of the private keys. In the case of most software solutions, the keys are usually stored on the corresponding device. Both scenarios involve your private keys being located in a single physical location and if you are lucky, will also be properly encrypted with a password. Blockstrap does not store private keys anywhere. They are created with compounding encryption using a device salt that prevents random brute force leaving you just as susceptible to theft as your bank account or other personal accounts. If you are prone to forgetting passwords or are unable or unwilling to manage the recovery functionmality yourself, you may be best with another service. However, please remember that if anyone is ever able to recover the keys for you it means that you do not really control the keys to start with.

- back to top


05. What is compounding encryption?

With each security question the hash is added to the raw string of the next to generate a new hash that is compounded and combined with the previous. At the end of the process your device salt is finally generated, and parts of it are stored on your device.

- back to top


  1. Related Articles
  2. Return to Getting Started
  3. Minimum Requirements
  4. Download
  5. Security Q&A
  6. Table of Contents