Commit 326ed0af authored by Vincent Pelletier's avatar Vincent Pelletier

erp5_pajs: Initial import as of upstream-published version 2.2 .

parent 19257da2
<?xml version="1.0"?>
<ZopeData>
<record id="1" aka="AAAAAAAAAAE=">
<pickle>
<global name="Folder" module="OFS.Folder"/>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>_objects</string> </key>
<value>
<tuple/>
</value>
</item>
<item>
<key> <string>id</string> </key>
<value> <string>erp5_pajs</string> </value>
</item>
<item>
<key> <string>title</string> </key>
<value> <string></string> </value>
</item>
</dictionary>
</pickle>
</record>
</ZopeData>
<?xml version="1.0"?>
<ZopeData>
<record id="1" aka="AAAAAAAAAAE=">
<pickle>
<global name="Folder" module="OFS.Folder"/>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>_objects</string> </key>
<value>
<tuple/>
</value>
</item>
<item>
<key> <string>id</string> </key>
<value> <string>pajs</string> </value>
</item>
<item>
<key> <string>title</string> </key>
<value> <string></string> </value>
</item>
</dictionary>
</pickle>
</record>
</ZopeData>
2.2 (30 June 2009)
- More algorithms - RIPEMD-160, SHA-256 and SHA-512 are now supported, based on contributed code. Support for MD4 has been dropped.
- Compressed versions of the scripts are available, processed by YUI Compressor. sha1-min.js is less than 3KB.
- Improved Unicode support. By default, the input string is now encoded as utf-8, before being hashed, which is what most people want. It is still possible to use utf-16, but the chrsz configuration variable is gone.
- Arbitrary output encoding. You can specify a string of characters to use for output encoding; the string length does not need to be a power of two. This is helpful for password makers, which want to use as much unpredictability as possible, in a short password.
- Bug fixes:
- The scripts now work correctly if immediate code is not executed, so they support some unusual platforms, including GreaseMonkey.
- rstr2binl now preinitialises the array with zeros, to work around bugs in some browsers.
- md5_vm_test now works if hex_case is set to 1
\ No newline at end of file
http://pajhome.org.uk/crypt/md5/scripts.html
\ No newline at end of file
1998 - 2012 Paul Johnston
\ No newline at end of file
Paj's javascript hash library.
Collection of a few widespread hash algorythms in small, standalone javascript files.
\ No newline at end of file
BSD
\ No newline at end of file
vincent
\ No newline at end of file
1
\ No newline at end of file
erp5_pajs
\ No newline at end of file
erp5_pajs
\ No newline at end of file
2.2
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment