The only way to do a two-party transaction between untrusted peers (an implementation of BIP38)
Bit2factor.com replaces the original bit2factor.org website which is no longer online. Bit2factor.com uses the same open source code as it predecessor and is available on Github.
Bit2factor.com allows users to perform the client side actions using the Bitcoin BIP38 standard:
To Generate Two Party Escrow please visit this link.
An intermediate code allows the other party to generate an encrypted private key based on your passphrase without them actually knowing the passphrase.
Typically the person receiving the coins is the person to generate the intermediate code.
Generate the encrypted private key using the intermediate code that you were given by the other party.
You will lose access to the coins unless the other party provides you with the passphrase to the encrypted private key.
Use your original passphrase and the confirmation code provided by the other party to verify that the address generated was based on your passphrase.
Once verified, the other party can send coins to the address. You will not have access to the coins until the other party sends you the encrypted private key.
Decrypt an encrypted private key using a passphrase.
The test suite does take some time to complete so please be patient.
To generate codes for your Bitcoin wallets or 2 (two) factor Bitcoin wallets it is advised to disconnect your computer from the internet after this site has loaded. All the code required to generate codes has been downloaded and will run locally on your computer, requests are processed locally by your computer as such may take a few seconds to complete.
This website code and its source is fully open source, view the source code of this project