<p>Is there any library to decode wallet.aes.json assets with Go? There is JS library but I had a hard to to translate it in Go, not knowing exactly how the JS lib is used (i.e. there seem to be 3 different of versions and multiple decryption layers) </p>
<p>[1] <a href="https://github.com/blockchain/My-Wallet-V3/blob/master/src/wallet-crypto.js" rel="nofollow">https://github.com/blockchain/My-Wallet-V3/blob/master/src/wallet-crypto.js</a></p>
<hr/>**评论:**<br/><br/>titpetric: <pre><p>I don't know about a library, but there are several component libraries that would allow you to make a pretty much straight port of the linked js file;</p>
<ul>
<li><a href="https://godoc.org/golang.org/x/crypto/pbkdf2" rel="nofollow">pbkdf2</a></li>
<li><a href="https://godoc.org/golang.org/x/crypto/sha3" rel="nofollow">crypto/sha3</a> for sum256</li>
</ul>
<p>good luck ? ;)</p></pre>devcointer: <pre><p>There seem to be a python version too , though the JS serves as reference implementation
<a href="https://gist.github.com/fcicq/3368495" rel="nofollow">https://gist.github.com/fcicq/3368495</a></p></pre>
这是一个分享于 的资源,其中的信息可能已经有所发展或是发生改变。
入群交流(和以上内容无关):加入Go大咖交流群,或添加微信:liuxiaoyan-s 备注:入群;或加QQ群:692541889
- 请尽量让自己的回复能够对别人有帮助
- 支持 Markdown 格式, **粗体**、~~删除线~~、
`单行代码`
- 支持 @ 本站用户;支持表情(输入 : 提示),见 Emoji cheat sheet
- 图片支持拖拽、截图粘贴等方式上传