Is there an SHA224 implementation for .Net?

不问归期 提交于 2019-12-25 04:45:18

问题


Does .Net have a built-in implementation of SHA224 available for use or a way to get one of the existing .Net SHA implementations to do 224?

I found this blog post which seems to suggest there isn't and won't be a Microsoft implementation of SHA224 so does anyone know of a good 3rd party implementation?

Any solution that relies on P/Invoke is not acceptable as needs to be fully managed code as I need to support multiple platforms (.Net, Silverlight, Windows Phone and Mono)


回答1:


Check out this project on codeplex: http://hashlib.codeplex.com/SourceControl/changeset/view/60118#514361



来源:https://stackoverflow.com/questions/4724720/is-there-an-sha224-implementation-for-net

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!