Furnace Binaries are now available

agolangf · · 415 次点击    
这是一个分享于 的资源,其中的信息可能已经有所发展或是发生改变。
<p>Hey folks. </p> <p>So, I thought that maybe people don&#39;t want to get the source and compile stuff, but rather want a ready to use binary for each operating system. So I put a quick (ugly) website where you can download pre-compiled binaries for each operating system with a MD5 digest for verification. </p> <p><a href="https://skarlso.github.io/furnace-web/" rel="nofollow">Furnace WebSite</a>. </p> <p><a href="https://github.com/Skarlso/go-furnace" rel="nofollow">Furnace</a> is a website hosting solution written in go using CodeDeploy and CloudFormation stacks on AWS.<br/> Cheers!</p> <hr/>**评论:**<br/><br/>shark1337: <pre><p>Looks good, nice!!</p></pre>skarlso: <pre><p>Thanks very much!! :-) Appreciate it!</p></pre>foofoo200: <pre><p>Or sha256 which is not that old as sha1?</p></pre>dchapes: <pre><blockquote> <p>with a MD5 digest for verification</p> </blockquote> <p>Why would anyone still use <a href="https://en.wikipedia.org/wiki/MD5#Security" rel="nofollow">MD5</a> for something like this when far superior and non-broken hashes exist?</p> <p>For something like this you should be using a secure digital signature (e.g. an OpenPGP signed executable, or for MS Windows or Mac a signed executable that the OS recognises). [See Wikipedia&#39;s <a href="https://en.wikipedia.org/wiki/Code_signing" rel="nofollow">Code signing</a> entry.]</p></pre>skarlso: <pre><p>Because I&#39;m not signing code I&#39;m just verifying a downloaded file. It&#39;s simple, easy, fast and anyone can use it. :-)</p></pre>dchapes: <pre><p>Can anyone not equally use a SHA1 hash? That would be much more secure than MD5.</p></pre>

入群交流(和以上内容无关):加入Go大咖交流群,或添加微信:liuxiaoyan-s 备注:入群;或加QQ群:692541889

415 次点击  
加入收藏 微博
0 回复
暂无回复
添加一条新回复 (您需要 登录 后才能回复 没有账号 ?)
  • 请尽量让自己的回复能够对别人有帮助
  • 支持 Markdown 格式, **粗体**、~~删除线~~、`单行代码`
  • 支持 @ 本站用户;支持表情(输入 : 提示),见 Emoji cheat sheet
  • 图片支持拖拽、截图粘贴等方式上传