| Projects on Google Code | Results 1 - 10 of 75 |
= MD5Importer =
This importer imports MD5 format into Java Monkey Engine with its own skeletal animation system. It fully supports jME Savale interface.
== Updates ==
* [http://code.google.com/p/md5importer/wiki/Updates 05/11/2009] MD5Importer Concurrent version 1.1 for jME2.0 release.
*...
All Purpose MD5 is a quick and easy application to test and calculate md5 sums. It is created using Java and SWT.
It is designed to allow the user to easily calucate md5's for a single file or a directory of files.
The MD5 implementation was taken from http://www.twmacinta.com/myjava/fast_md5.p...
MD5,
AllPurpose,
CheckSum,
hash,
AllPurposeMD5,
apmd5,
ap-md5,
Java,
SWT,
Free,
OpenSource,
AllPurposeMD5,
download,
freemd5
*OpenSec* is an Open-Source Security API. This project is part of [http://code.google.com/p/openipsec OpenIPSec] project.<br>
This API contains all mandatory security algorithms needed to implement an *IPSec Framework*. It contains two types of security algorithms: *authentication* and *encryption...
Security,
md5,
sha1,
hmac-md5,
hmac-sha1,
aes-xcbc-mac96,
cbc,
cipher,
des-cbc,
ipsec,
cryptography,
algorithm
=*** md5checksum v0.1 ***=
== by Daniele Migliau==
Simple program which calculates md5sums. <a href="http://md5checksum.googlecode.com/files/md5checksum.zip">Download</a>
Source code <a href="http://code.google.com/p/md5checksum/source/browse/#svn/trunk">here</a>
===Minimum requirements=...
=HashClash=
http://www.win.tue.nl/hashclash/hashclash_logo2.png
==News==
2009-07-13 Released rev32 sources and binaries now including `diffpathhelper` (a multi purpose tool for working on differential paths) and (only in the src package) an example bash-script `cpc.sh` that automatically perfor...
Este programa web te permitirá encriptar y desencriptar en Md5 fácilmente.
md5 cracker by verilog hdl
As3 Crypto is a cryptography library written in Actionscript 3 that provides several common algorithms. This version also introduces a TLS engine (TLS is commonly known as SSL.)
* Protocols: TLS 1.0 support (partial)
* Certificates: X.509 Certificate parsing and validation, built-in Root...
To find latest stable versions you can check 'Downloads'.
_New release is coming!_
*Kontrolcu 2.0-alpha2 for Windows - 11.12.2009
* A bug fix release.
* No need to install Python 2.6
*Kontrolcu 2.0-alpha1! - 30.11.2009*
* Italian, English and Turkish support.
* Everything from 1...
在用MQL4进行金融交易的时候,经常需要发送账号信息到服务器。这些密码一般用明文发送,很容易被拦截,如果真实的账户信息被盗,后果不堪设想。今天下午,我老婆去上海了,闲着没有事情,就贡献一个吧。MD5 的算法非常的简单,如果想了解相关的算法请参考:RFC 1321。我的算法完全遵照这个标准进行编写。 更多的信息,参考我的博客:http://www.cnblogs.com/niniwzw/
这个算法的效率简单测试了一下,大概是C原始版本的 1/10 的速度。