Announcing the availability of the Microsoft Research JavaScript Cryptography Library

On behalf of the Microsoft Research Technologies Security & Cryptography team, I am pleased to notify the Web Crypto WG that we have just made available our first release of the Microsoft Research JavaScript Cryptography Library.  Here is a link to the download location:

http://research.microsoft.com/en-us/downloads/29f9385d-da4c-479a-b2ea-2a7bb335d727/default.aspx

>From the download description:

The Microsoft Research JavaScript Cryptography Library has been developed for use with cloud services in an HTML5 compliant and forward-looking manner.. The algorithms are exposed via the W3C WebCrypto interface, and are tested against the Internet Explorer 11 implementation of that interface. The library currently supports RSA encrypt/decrypt (PKCS#1 v1.5, OAEP, and PSS), AES-CBC and GCM encrypt/decrypt, SHA-256/384/512, HMAC with supported hash functions, PRNG (AES-CTR based) as specified by NIST, ECDH, ECDSA, and KDF (Concat mode). The W3C WebCrypto interface does not yet implement promises. The library is tested on IE8, 9, 10, 11, and the latest versions of the Firefox, Chrome, Opera, and Safari browsers. This library includes big number integer arithmetic to support the aforementioned cryptographic algorithms. It supports unsigned big integer arithmetic with addition, subtraction, multiplication, division, reduction, inversion, GCD, extended Euclidean algorithm (EEA), Montgomery multiplication, and modular exponentiation. It provides useful utility functions, such as endianness management and conversion routines. The big integer library is likely to change in future releases. There are also unit tests and some sample code. This library is under active development. Future updates to this library may change the programming interfaces.


We don't have a separate feedback address set up yet (or a formal project page), so in the meantime feel free to contact Tolga and I directly if you have  questions/comments/feedback.

Thanks,

                                                                                --bal

Received on Thursday, 19 June 2014 20:03:17 UTC