Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cold Storage #1

Open
BigRedBrent opened this issue Aug 15, 2020 · 0 comments
Open

Cold Storage #1

BigRedBrent opened this issue Aug 15, 2020 · 0 comments
Labels
enhancement New feature or request

Comments

@BigRedBrent
Copy link

BigRedBrent commented Aug 15, 2020

This proposal is to add 25 additional passwords that I will refer to as VNs, that could be used to verify that the ANs have not changed since the last pown, but can NEVER be used to pown by themselves. I don't know if it is the best way, but I would love to find a secure way to accomplish cold storage.

I would like to make a feature request for the RAIDA system to have 25 VNs, that would always be changed when you pown. These VNs could be used for self authentication purposes, but would never be able to be used to pown. This would allow a partial health check, to quickly see if your coins have been stolen, while the ANs are still encrypted or stored elsewhere.

This would allow the ability to check if your coins have somehow been stolen, while not being required to expose the ANs that can be used to steal them. It could allow the ability to have cold storage of CloudCoins while still being able to check on the coins that are currently in cold storage.

I would also like the ability to reset the expiration month using these VNs. This would further reduce the requirement to expose the ANs that could be used to steal the coins.

I think that many exchanges would appreciate this ability. Some of the popular exchanges might not even want to deal with CloudCoins without some way to authenticate them while they are kept in cold storage.

I truly believe the increased security that this could offer would be worth having.

Here is an example of what it would look like in a stack file:

{
	"cloudcoin": [{
		"nn":"1",
		"sn":"0000000",
		"an":["00000000000000000000000000000000","00000000000000000000000000000000","00000000000000000000000000000000","00000000000000000000000000000000","00000000000000000000000000000000",
"00000000000000000000000000000000","00000000000000000000000000000000","00000000000000000000000000000000","00000000000000000000000000000000","00000000000000000000000000000000",
"00000000000000000000000000000000","00000000000000000000000000000000","00000000000000000000000000000000","00000000000000000000000000000000","00000000000000000000000000000000",
"00000000000000000000000000000000","00000000000000000000000000000000","00000000000000000000000000000000","00000000000000000000000000000000","00000000000000000000000000000000",
"00000000000000000000000000000000","00000000000000000000000000000000","00000000000000000000000000000000","00000000000000000000000000000000","00000000000000000000000000000000"],
		"vn":["00000000000000000000000000000000","00000000000000000000000000000000","00000000000000000000000000000000","00000000000000000000000000000000","00000000000000000000000000000000",
"00000000000000000000000000000000","00000000000000000000000000000000","00000000000000000000000000000000","00000000000000000000000000000000","00000000000000000000000000000000",
"00000000000000000000000000000000","00000000000000000000000000000000","00000000000000000000000000000000","00000000000000000000000000000000","00000000000000000000000000000000",
"00000000000000000000000000000000","00000000000000000000000000000000","00000000000000000000000000000000","00000000000000000000000000000000","00000000000000000000000000000000",
"00000000000000000000000000000000","00000000000000000000000000000000","00000000000000000000000000000000","00000000000000000000000000000000","00000000000000000000000000000000"],
		"ed" : "7-2022",
		"pown": "ppppppppppppppppppppppppp",
		"aoid": []
	}]
}
@lornevgreen lornevgreen added the enhancement New feature or request label Oct 31, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants