</figure>
Darkleaks is the best tool to trade any kind of media, information, video, data and documents that have value.
- Hollywood movies
- Trade secrets
- Government secrets
- Proprietary source code
- Industrial designs like medicine or defence
- Zero day exploits
- Stolen databases
- Proof of tax evasion
- Military intelligence
- Celebrity sex pictures
- Corruption
Developer Information
Command line tools
To get started, install python-obelisk and libbitcoin.
git clone https://github.com/darkwallet/darkleaks/
Follow the instructions in the README.
Python API
The python/ subdirectory contains the Python bindings.
import darkleaks
source_filename = …
number_chunks = 20
release_chunks = 12
block_hash = …
darkleaks.start(source_filename, “output_segments”, number_chunks)
proofs = darkleaks.prove(source_filename, number_chunks, block_hash, release_chunks)
secret_keys = darkleaks.secrets(source_filename, number_chunks)
See the example.py for more info.
How does it work?
When the leaker selects a document, it is broken up into segments. Each of the segments is hashed, and a Bitcoin address is generated using the hash as the secret key. From this public key, a new key is generated to encrypt the segments. The encrypted segments are released for public download with the list of Bitcoin addresses.
To prove the authenticity of the document, the system uses a trustless provably fair mechanism. When announcing the leak, the leaker chooses a date and number of the chunks to be released. Based on the Bitcoin block hash at that time, some provably fair random numbers are chosen to select segments to be unlocked. This allows the community to verify the veracity of the file and decide whether they want to pay for the remaining encrypted segments.
The buyers then send Bitcoins to these addresses. When the leaker decides to claim the Bitcoins from the private key, due to how Bitcoin is designed he must release the public key which allows the buyers to decrypt the document.
Because the leaker cannot pre-choose which segments are released, the buyers can verify the addresses are correct, and the segments can be decrypted. This makes for an authenticatable and trustless mechanism for selling information on the decentralised black market.
So what’s next?
Don’t be afraid. Come join the revolution and reclaim your freedom.
Article Source: https://medium.com/@ZozanCudi/darkleaks-information-blackmarket-1ee5ac28c892
Updated: 2015-02-04