Eclipse, EGit, github, jsch and AES-128 encrypted private keys
January 25, 2011
Here’s a tip if you are having trouble connecting to github using Eclipse/Egit with a recently generated SSH key pair…
January 25, 2011
Here’s a tip if you are having trouble connecting to github using Eclipse/Egit with a recently generated SSH key pair…
January 18, 2011
I recently needed to do some manual word wrapping (and possibly hyphenation) of strings in JavaScript and found some interesting code projects: TypeSet – an implementation of the Knuth and Plass line breaking algorithm using JavaScript and the HTML5 canvas element. “wordwrap” for JavaScript – A port of PHP’s wordwrap function. Hyphenator.js – client-side hyphenation (…)
January 6, 2011
Update Nov 2012: Due to the recently released vulnerability related to the use of weak cryptographic DKIM keys, I wrote a tool to check DKIM records and determine their public key length: DKIM Key Checker DKIM For The Masses Google announced today they have added the ability for Google Apps customers to sign outbound (…)