Bitcoin Forum

Bitcoin => Project Development => Topic started by: NyeFe on July 20, 2016, 12:50:19 PM



Title: Project --- Crypto Standards development --- Active
Post by: NyeFe on July 20, 2016, 12:50:19 PM
We'll be developing and releasing sets of standards for doing things within the cryptoworld. We all know how important it is to have standards. And so, it's our goal to help develop open-source cryptocurrency standards for different aspect. This is more important as more people start to adopt bitcoin as a monetary medium.

Website - coming soon



Standards

> Cold Wallet Storage (https://github.com/wisdomcsharp/SSI---Bitcoin-Storage)












--
--
Cold Wallet Storage

cold wallets should be stored using a combination of different cryptography techniques. The usage & combination of 'wireless' hardware devices, is a bonus.

[Figure 1.0] - offline wallet generation & storage
https://i.imgur.com/rqQv6f1.jpg (http://imgur.com/rqQv6f1)


Software download (https://github.com/wisdomcsharp/SSI---Bitcoin-Storage/tree/master/latest release)

https://i.imgur.com/OOmxYh6.png

Notes

 > Addresses should be generated offline
 > Wallets should be encrypted using AES
 > AES result should be stored into the pixels of an Image - Steganography (https://en.wikipedia.org/wiki/Advanced_Encryption_Standard)
 > Bonus. The image should be transmitted via 'Bluetooth or Wi-Fi' into a hardware device








--
--
How are standards created?

Standards are sets of functionalities or activities which have been discussed and freely tested, by the community. They can be proposed by, and created by anyone.




Title: Re: Project --- Crypto Standards development --- Active
Post by: cloverme on July 20, 2016, 01:36:06 PM
Check into https://cryptoconsortium.org/standards/CCSS, while it's more focused on security, they've done quite a bit of work on it. You might want to join their group or offer help to bring it more into the community. There are other standards communities, so it would be interesting to see where you're looking for focus like security or development?


Title: Re: Project --- Crypto Standards development --- Active
Post by: NyeFe on July 20, 2016, 01:55:04 PM
Check into https://cryptoconsortium.org/standards/CCSS, while it's more focused on security, they've done quite a bit of work on it. You might want to join their group or offer help to bring it more into the community. There are other standards communities, so it would be interesting to see where you're looking for focus like security or development?

Hi cloverme,

They have done quit a lot of work bringing in and establishing standards, which is wonderful. Our focus is mainly within open-source development of cross-platform, offline or networked, security software for established or new standards. Unfortunately not many cryptocurrency standard providers, provide open-source software for each standard, where its necessary.


Title: Re: Project --- Crypto Standards development --- Active
Post by: NyeFe on July 23, 2016, 09:06:23 AM
We've released the first secure bitcoin storage software, which follows this specification.

As part of the specification, the tool will generate addresses offline, create wallets, encrypt wallets, and hide these data inside pixels within any image. this makes bitcoin wallets & address untraceable on your computer (as part of the specification)