Friday, 27 June 2014
Interesting Snippets from 2014-06-27
-
Epoch by Fastly
A general purpose real-time charting library for building beautiful, smooth, and high performance visualizations.
-
Microsoft Research JavaScript Cryptography Library - Microsoft Research
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).