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).
Interesting Snippets from 2014-06-18
-
Matasano Security - Matasano Web Security Assessments for Enterprises
Javascript Cryptography Considered Harmful WHAT DO YOU MEAN, "JAVASCRIPT CRYPTOGRAPHY"? We mean attempts to implement security features in browsers using cryptographic algoritms implemented in whole or in part in Javascript.
Interesting Snippets from 2014-06-16
-
jakubroztocil/httpie · GitHub
HTTPie is a command line HTTP client, a user-friendly cURL replacement
-
dinedal/textql · GitHub
Execute SQL against structured text like CSV or TSV
Interesting Snippets from 2014-06-14
-
Random color generator for JavaScript - randomColor.js
randomColor generates attractive colors by default. More specifically, randomColor produces bright colors with a reasonably high saturation. This makes randomColor particularly useful for data visualizations and generative art.