Anyone ever used Kerberos with Golang?

polaris · · 1518 次点击    
这是一个分享于 的资源,其中的信息可能已经有所发展或是发生改变。
<p>And don&#39;t say I should try github.com/jmckaskill/gokerb if you never tried it by yourself... ;)</p> <p>This gokerb only supports rc4-hmac, des-cbc-md5 and des-cbc-md4. Well, MD4 is dead, MD5 is dead and RC4 also. Some more recent systems can&#39;t even create such tickets. Latest commit is 3 years ago, this project is discontinued. :(</p> <p>Any alternatives around?</p> <hr/>**评论:**<br/><br/>amt897: <pre><p>Not EXACTLY what you&#39;re looking for, but we released a gssapi wrapper in Go: <a href="https://github.com/apcera/gssapi">https://github.com/apcera/gssapi</a></p> <p>Apache 2, and we use it in production.</p> <p>Check it out and see if it suits you.</p></pre>Chohmoh: <pre><p>You guys also added AES support to gokerb, right? Does gokerb work for you?</p> <p>Anyway, gssapi looks promising, thanks for that. I&#39;ll give it a try.</p> <p>Edit: FreeBSD is working also.</p></pre>koffiezet: <pre><p>Not that I know of. Maybe fork and modify it yourself? There are a few forks of it it seems (at least one that adds AES encryption)</p></pre>Chohmoh: <pre><p>Good point, but ain&#39;t enough to make it fly. :(</p> <p>There is still too much missing. Now I&#39;m at a point where I don&#39;t know enough about kerberos to fix it on such a low level (lost somewhere inside asn1).</p> <p>So any other <em>working</em> kerberos libs around?</p></pre>

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

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