Sunday, 08 September 2013
Interesting Snippets from 2013-09-08
-
Stanford Javascript Crypto Library
SJCL is secure. It uses the industry-standard AES algorithm at 128, 192 or 256 bits; the SHA256 hash function; the HMAC authentication code; the PBKDF2 password strengthener; and the CCM and OCB authenticated-encryption modes. Just as importantly, the default parameters are sensible: SJCL strengthens your passwords by a factor of 1000 and salts them to protect against rainbow tables, and it authenticates every message it sends to prevent it from being modified. We believe that SJCL provides the best security which is practically available in Javascript. (Unfortunately, this is not as great as in desktop applications because it is not feasible to completely protect against code injection, malicious servers and side-channel attacks.)
-
aws/aws-cli · GitHub
This package provides a unified command line interface to many Amazon Web Services.
-
yuku-t/jquery-textcomplete · GitHub
Introduces autocompleting power to textareas, like a GitHub comment form has.
-
Cleaver
30-second slideshows for hackers