Dear Wiki user,
You have subscribed to a wiki page or wiki category on "Couchdb Wiki" for change notification.
The following page has been changed by PeterWayner:
http://wiki.apache.org/couchdb/How_to_add_client-side_security
The comment on the change is:
Added links to Javascript libraries.
------------------------------------------------------------------------------
* [http://www.wayner.org/node/46 ''Libraries'']
* [http://www.wayner.org/node/21 ''Department Stores'']
+ === Client-Side Libraries ===
+
+ Here are some Javascript libraries for implementing client-side security:
+
+ * [http://www.dojotoolkit.org/book/dojo-book-0-9/part-5-dojox/dojox-cryptography DojoX
Crypto] A nice package, but the MD5 function should only be used in cases when not very much
security is required. A number of successful attacks are well-known.
+
+ * [http://www.webtoolkit.info/javascript-sha256.html Webtoolkit] An implementation of SHA256.
+
|