-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathversions.txt
110 lines (97 loc) · 3.99 KB
/
versions.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
Full source code history: https://github.com/cryptostorage/cryptostorage.com
01/31/2018
cryptostorage-v0.1.0-beta
- First release!
- Generate offline storage for multiple cryptocurrencies.
- Keys are generated only in your device's browser so funds are never entrusted to a third party by design.
- 100% open source, client-side, and free to use. No account necessary.
- Private keys can be passphrase-protected using CryptoJS. Also supports BIP38 for Bitcoin and Bitcoin Cash.
- Storage can be divided into parts which can be geographically separated so funds are not accessible at any one location.
- Print or save to digital file for long-term storage.
- 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
- Dash
- Zcash
- OmiseGo
- Basic Attention Token
- Ethereum Classic
01/31/2018
cryptostorage-v0.1.1-beta
- Added licenses to dependencies
02/02/2018
cryptostorage-v0.1.2-beta
- Added support for Ubiq
- Fixed back button loop when site visited
- Homepage wording
- Minor cleanup
02/07/2018
cryptostorage-v0.1.3-beta
- Added support for Ripple
- Added support for Stellar
- Fixed test which tested BIP38 even when disabled
- Minor cleanup
02/16/2018
cryptostorage-v0.1.4-beta
- Added support for BIP39
- Added support for Neo
- Added support for Waves
- Added disclaimer that split feature will not be interoperable with other tools
- CSS and other minor cleanup
02/19/2018
cryptostorage-v0.1.5-beta
- Updated wording and add meta description for search engine optimization
- Removed duplicate tag in sitemap.xml
03/06/2018
cryptostorage-v0.2.0-beta
- Improved security of passphrase encryption with PBKDF2, 10000 iterations, SHA512, and embedded config version for future extensibility
- Modified split encoding to base58 encode minimum share threshold and embed config version for future extensibility
- Added disclaimers that passphrase encryption and splitting use conventions that will not be interoperable with other tools
- Refactoring and code cleanup
03/13/2018
cryptostorage-v0.2.1-beta
- Added support to import and export CSV
- Added support to export TXT
- Indicate that browser is not supported if tab fails to open
03/18/2018
cryptostorage-v0.2.2-beta
- Support CSV and JSON text import which enables bulk export and import on mobile
- Support importing list of private keys or split shares as text
- Removed encryption scheme metadata from split shares
- Reduced workload of minimum tests
03/25/2018
cryptostorage-v0.2.3-beta
- Introducing CryptoCash. A convenient format to print and tip people IRL :)
- To generate CryptoCash, generate unencrypted storage and check the CryptoCash checkbox in the export tab
06/19/2018
cryptostorage-v0.3.0
- Major user experience update with dedicated tab for keypair generation and export
- Added new print layouts including Standard, Grid, Text, and CryptoCash
- Import and export to/from JSON, CSV, and TXT
- Import existing keys (e.g. BIP39 hardware wallet seeds) and re-export with passphrase encryption and division
- Support direct links to keypair generation (e.g. cryptostorage.com/generate.html?tickers=xmr)
- Added support for Dogecoin and Zcoin
- Changed terminology from "split into pieces" to "divide into parts"
- Search engine optimization (robots.txt, anchors with href and text, image alt, etc)
- Refactored code base to be more object-oriented
- Replaced individual dependencies with BitcoinJS for extensible network configurations
- Improved thoroughness of test suite
- Many other bug fixes and improvements
10/16/2018
cryptostorage-v0.3.1
- Re-order currencies to keep things fresh
- Re-order slider points to emphasize open source
- Update donation addresses
- Fix minor grammar errors
10/27/2018
cryptostorage-v0.3.2
- Added <h1> for SEO
- Minor wording changes