Is my data secure?
Last updated
Was this helpful?
Last updated
Was this helpful?
Yes, ScoreDetect employs advanced encryption and blockchain technology to ensure the security and integrity of your data.
Your digital content is securely hashed on your device and is not saved anywhere else.
Only the checksum of the digital content is saved, and placed into the blockchain.
We use the to create a certificate.
Our API is using an https-only connection, so it is secure and encrypted. You can confirm this by using the http://
in your request and it will not work.
On our ScoreDetect Web Dashboard, uploading a file will locally run a client-side (on your browser only, never sent anywhere) SHA-256 hashing algorithm. This can be confirmed by opening the browser's developer tools prior to uploading the file into the Web Dashboard. The hash (file fingerprint) is calculated within the browser. Then it gets sent to the API. We recommend this approach for unlimited file size, speed, and security.
However, our ScoreDetect API also supports sending the file directly to the API. This is a legacy feature that we intend to phase out soon. In the ScoreDetect API, the data is immediately digested into a SHA-256 hash within a Cloudflare worker. Only the digested hash is sent to the blockchain. It uses which is the .
If you are in doubt, you can independently use a sha256 tool to obtain the digest. Here is an example using the :