delicious.com encrypted bookmarks

By Junk Blocker Last update Aug 1, 2008 — Installed 2,442 times.

Script Summary: delicious.com (previously del.icio.us) encrypted bookmarks creates bookmarks which are private even from delicious by encrypting them using blowfish encryption



Version: 0.8

This script provides encrypted bookmarks for delicious.com which keeps them private even from delicious. It encrypts the bookmark using blowfish before saving. The bookmarks can be converted later on too. The original work is done by Dan Rench as bookmarklets. This script attempts to creates better integration of that into del.icio.us interface.

Changelog
=========
// Version 0.8 - Updated for del.icio.us to delicious.com redesign
// Version 0.7 - Fixed partially broken auto update.
// Don't increase the install count on userscripts.org while checking for updates
// Version 0.6 - Added auto update without requiring an external script
// Version 0.5 - Add "private://" while clicking Encrypt to have it avoid a default "http://" prefix
// Trailing null trim fix
// Version 0.4 - Updated contact info
// Version 0.3 - Fixed auto update
// Version 0.2 - Various speed optimizations
// Automatic update checks if available using http://userscripts.org/people/336 script
// Remove appended nulls from the URLs
// Version 0.1 - First release