Create profile-storage

This commit is contained in:
Matias Pando 2014-12-09 14:07:12 -03:00
commit 2b642ae3c0

62
profile-storage Normal file
View file

@ -0,0 +1,62 @@
+<html>
+<body>
+<h1>
+Where do yo want to create your profile?
+</h1>
+<h2>
+In the Cloud
+</h2>
+<div>
+<ul>
+<li>
+Access your wallets anywhere
+</li>
+<li>
+Backups managed by the server
+</li>
+<li>
+email address confirmation needed Your are currently using BitPay.com [change]
+</li>
+</ul>
+<div>
+<h2>
+On your device
+</h2>
+<ul>
+<li>
+Backups managed by you
+</li>
+<li>
+Your keys never leave your device, not even encrypted.
+</li>
+<li>
+No email address required
+</li>
+</ul>
+
+<h2>
+pros and cons
+</h2>
+
+<h2>
+In the Cloud
+</h2>
+<div>
+(good) Storing your profile on a remote server will allow you to use your wallets from different devices
+(good) Backups are taken care by the server. (You should still have a backup in case the service is down or cancelled).
+(yellow) You will need to confirm an email address to help the server to prevent abuse
+(yellow) Your wallet will be stored, encrypted, on the server. In case the server gets compromised, the attacker could have access to your wallet if you choose a weak password
+</div>
+
+<h2>
+Local system
+</h2>
+<div>
+(good) Your private keys never leave your system, not even encrypted
+(good) No email address is required
+(yellow) Profile backups are the only way to recover access to your wallets if your lost your device
+(yellow)
+Note that encrypted communications between peers in multi signatures wallets, and Bitcoin blockchain queries are always routed thru the choosen Insight server
+</div>
+</body>
+</html>