MD5脚本

扫码查看
本文介绍了MD5脚本的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧! 问题描述 29岁程序员,3月因学历无情被辞! 有没有人知道用javascript编写的MD5脚本? 谢谢 解决方案 快速搜索谷歌几个。 这是一个: http://pajhome.org.uk/crypt/md5/ 谷歌快速搜索几个。这是一个: http://pajhome.org.uk/crypt/md5/ 是的。你是对的。谢谢。 我是*真的*之后是一些代码(任何语言)会告诉我 如何生成MD5输出/指纹是_easy_跟随,并用其他语言重写。我想为 编写的语言在UNIFACE中。现在我知道没有UNIFACE代码存在以便生成MD5输出。我可以使用大多数语言,但是一些 语言的某些部分并不完全是UNIFACE *友好*。例如,没有简单的方法将以下内容翻译成UNIFACE代码.... x [len>> 5] | = 0x80<< ((len)%32); x [(((len + 64)>>> 9)<< 4)+ 14] = len; 所以,我真的*正在寻找易于阅读和翻译的东西。 ta 如果我记得很清楚,当您使用 非安全模式登录时,mail.yahoo.com使用Javascript / MD5。 - Elias Disco Octopus <二**************** @ yahoo.com>在留言中写道 新闻:RN **************** @ news.optus.net.au ... Hi,Does anyone know of a MD5 script written in javascript?Thanks 解决方案A quick Google search yeilds several.Here is one: http://pajhome.org.uk/crypt/md5/ A quick Google search yeilds several. Here is one: http://pajhome.org.uk/crypt/md5/Yes. you are correct. Thanks.What I am *really* after is some code (of any language) that will show mehow to generate an MD5 output/fingerprint that is _easy_ to follow, and torewrite in other languages. The language that I would like to write it foris in UNIFACE. Now I know that there is no UNIFACE code that exists togenerate MD5 output. I can follow most languages, but some bits of somelanguages are not quite UNIFACE *friendly*. For example there is no easyway to translate the following into a UNIFACE piece of code....x[len >> 5] |= 0x80 << ((len) % 32);x[(((len + 64) >>> 9) << 4) + 14] = len;so, I am *really* looking for something that is easy to read and translate.ta 这篇关于MD5脚本的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持! 上岸,阿里云!
07-23 00:52
查看更多