Giter Site home page Giter Site logo

ph0enixd0wn420 / cryptostorage.com Goto Github PK

View Code? Open in Web Editor NEW

This project forked from cryptostorage/cryptostorage.com

0.0 0.0 0.0 12.94 MB

Free, open source, client-side tool to generate offline storage for multiple cryptocurrencies.

Home Page: https://cryptostorage.com

License: MIT License

JavaScript 99.52% CSS 0.41% HTML 0.07%

cryptostorage.com's Introduction

Introduction

CryptoStorage is an open source tool to generate offline storage for multiple cryptocurrencies. This tool generates keypairs in your device's browser which can store cryptocurrency without exposing private keys to an internet-connected device. Generated key pairs can be easily printed and saved to digital files for long-term storage.

This tool is security-focused. Funds are never entrusted to a third party. Private keys can be passphrase-protected and divided into parts which can be geographically separated so funds are not accessible at any one location. Recommendations are automatically provided to improve the security of the tool's environment.

Main Features

  • Generate offline storage for multiple cryptocurrencies.
  • 100% open source, client-side, and free to use. No account necessary.
  • Keypairs are generated only in your browser so funds are never untrusted to a third party.
  • Private keys can be passphrase-protected using CryptoJS. Also supports BIP38 for Bitcoin and Bitcoin Cash.
  • Import existing keys (e.g. BIP39 hardware wallet seeds) and re-export with passphrase encryption and division.
  • Storage can be divided into parts which can be geographically separated so funds are not accessible at any one location.
  • Import and export as JSON, CSV, and TXT.
  • Print to different layouts (Standard, Grid, Text, and CryptoCash to tip people in real life).
  • Recommendations are automatically provided to improve the security of the tool's environment:
    • Checks if the internet connection is active
    • Checks if the tool is downloaded and running locally
    • Checks if the browser is open source
    • Checks if the operating system is open source

Supported Tokens

  • Bitcoin
  • Bitcoin Cash
  • Ethereum
  • Monero
  • Litecoin
  • Dogecoin
  • Neo
  • Dash
  • Zcoin
  • Zcash
  • Waves
  • Stellar
  • Ripple
  • Ethereum Classic
  • OmiseGo
  • Basic Attention token
  • BIP39
  • Ubiq

Using this Tool as Securely as Possible

Security is a spectrum. The following procedure is recommended to use this tool as securely as possible:

  1. Download and verify the source code.
  2. Transfer cryptostorage.com-[version].zip to a secure computer using a flash drive.
    • The computer should be disconnected from the internet and ideally will never connect to the internet again.
    • An open source operating system is recommended like Tails, Debian, or Raspbian for the Raspberry Pi.
  3. Unzip cryptostorage.com-[version].zip.
  4. Open index.html in the unzipped folder in a browser.
  5. Confirm that all environment checks pass.
    1. Go to Generate New Keys from the homepage.
    2. The notice bar at the top should indicate that all security checks pass.
  6. Fill out the form and click the Generate button.
    • Protecting your keys with a passphrase is highly recommended. Otherwise anyone in possession of the unencrypted keys can access the funds.
    • Optionally divide your keys for maximum security.
  7. Save the generated keypairs to flash drives and/or print to paper. Geographic redundancy is highly recommended so there are backup copies at other locations if one location is lost due to fire, theft, etc.
  8. The keypairs can be imported at any time by relaunching this tool in a secure environment.

⚠ Do not lose the generated keypairs or the passphrase or all funds will be lost.

⚠ Many printers retain a copy of printed documents which cannot be deleted easily but can be accessed with the proper tools. For maximum security, the printer or other hardware which may retain your sensitive data should be destroyed.

Download and Verify the Source Code

Verifying the source code ensures you have a copy of this tool that has been publicly reviewed and has not been modified by an attacker.

Downloading and verifying the source code is highly recommended but not required to use this tool.

The source code can be verified in two ways. Either method is sufficient.

Method #1: Verify the source code has the correct checksum.

  1. Download cryptostorage-[version].zip and cryptostorage-[version]-checksum.txt from the latest release on GitHub.
  2. Determine the SHA256 hash of the zip file. Instructions depend on your operating system.
    Linux: sha256sum cryptostorage-[version].zip
    Mac: openssl sha -sha256 cryptostorage-[version].zip
    Windows: certUtil -hashfile cryptostorage-[version].zip SHA256
  3. Verify that the checksum matches the contents of the previously downloaded cryptostorage-[version]-checksum.txt.

Method #2: Verify the source code has been signed by the developer's PGP key.

  1. Install PGP software on your device.
  2. Download the developer's public PGP key, "woodser.asc", from the root of the GitHub source repository.
  3. Import the PGP key: gpg --import woodser.asc
  4. Download cryptostorage-[version].zip, cryptostorage-[version].sig, and woodser-pgp-fingerprint.txt from the latest release on GitHub.
  5. Verify the signature of cryptostorage-[version].zip:
    gpg --verify cryptostorage-[version].sig cryptostorage-[version].zip
    
    You should see output with this RSA key:
    gpg: Signature made Fri Jan 12 09:22:37 2018 EST
    gpg: using RSA key 52FD7C01877CA968C97118D055A10DD48ADEE5EF
    gpg: Good signature ...
    
    The RSA key will also match the contents of the previously downloaded woodser-pgp-fingerprint.txt.

    Note: You will probably also see a warning that the key is not certified with a trusted signature. This is expected unless you told PGP to trust woodser’s PGP key, which is not necessary.

Frequently Asked Questions

Please see https://cryptostorage.com/#faq.

Contact

For bug reports and feature requests, please submit an issue to https://github.com/cryptostorage/cryptostorage.com/issues.

For community discussion, please join the conversation on Reddit at https://reddit.com/r/cryptostorage.

For email support, please email [email protected].

No one can recover lost keys or passwords for you. Do not lose these or your funds will be lost.

Contribute

All contributions to make this project better are welcome.

Supported tokens need to meet criteria which generally indicate active development and use.

The domain cryptostorage.com will retain ownership of donation addresses for supported coins.

License

This project is MIT licensed.

Donate

Donations are gratefully accepted to support this project.

Please see https://cryptostorage.com/#donate for donation addresses.

cryptostorage.com's People

Contributors

woodser avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.