Showing posts with label keychain. Show all posts
Showing posts with label keychain. Show all posts

Sunday, January 03, 2010

1Password KeyChain Syncing Issue With Dropbox

Here was my solution when I discovered resent changes to my keychain weren't being updated:

I was having difficulty with my agilekeychain not syncing the latest data changes. It's not a problem with Dropbox. Open 1Password>Preferences>Advanced and then Clear Cache. Uncheck using cache to prevent this from happening again (or simply remember to clear the cache).

[From 1password AgileKeyChain is not syncing « Dropbox Forums]

Saturday, October 11, 2008

Great idea for syncing keychains

No MobileMe or dotmac required!

Extra Pepperoni » Keychain Sync without .Mac:

I thought of a solution for manual sync last week: One keychain per Mac. Say I have 3 systems: work, home, and other. Each system has 3 Apple keychains: work.keychain, home.keychain, and other.keychain, with each host using its own as the default. Then I can rsync work.keychain to home.keychain & other.keychain, etc. This is awkward with rsync because it’s inherently unidirectional, but keychains are small so it’s quite feasible to script.

In Tiger, I know the keychain is actually stored in memory once it’s unlocked, so it’s good to lock (unload) all keychains with “security lock-keychain -a” before updating the files — this goes in the same script.


Monday, November 13, 2006

Password Autocomplete Always On!

It's really quite annoying that some web sites circumvent Safari's integrated (very secure) access to encrypted keychains. What I'm specifically referring to is the tactic of preventing your browser from remembering web site login information and entering it the next time for you automatically, provided the keychain itself is unlocked.

It makes sense not to store your login information for banking and credit card sites, but even this doesn't really make much sense if you're a Mac user and enjoy the encrypted goodness of your keychain using Keychain Access--which lets you access tons of password and other critical information with ONE password.

However, certain sites, such as Yahoo, shouldn't have this ridiculous block. It's frustrating and annoying.

There is a way around it in most cases, though I have one particular site I visit that is extremely annoying (http://nextcat.com - is a social networking site) in its method of preventing one from storing login information. All the work-arounds I've looked at so far are ineffective for this site, so they must be using another method of blocking.

Autocomplete Always On! is a little Applescript application that will do some hacking for you of the Webcore engine, allowing you to store login information for MOST sites (except sites like Nextcat). You can handle this hack yourself using the instructions here, but I chose to use the AAO app above. Make sure you back up your Webcore too with the Applescript, just in case (you won't really need to, but I'm a worry-wart).

There are some other methods for doing this, using a Python script run through Pith Helmet's Machete function. One must remember to save the script as a plain text file with the ".py" extension and then make it executable, which can be done simply through the Terminal using instructions here.

But the method described earlier using the AAO Applescript seemed like a quick, global fix for my personal situation.

Thursday, November 02, 2006

Nix Yojimbo: Journler plus Keychain Access

Yojim-blows:

I tried to make Yojimbo work for me, but there were just too many problems with .Mac syncing. So, I moved all passwords and secure notes to Keychain Access that comes with OS X. I started a new keychain to store my stuff, and it syncs perfectly with .Mac since Tiger.

For everything else (i.e., PDFs, notes, scribbles, pictures, etc.), I went with Journler...a great, free (donation-ware) application that can also be used for your blogging needs in many instances. I gave the developer $10 for his work--very much worth every penny. It still has some problems, bugs, glitches, and quirks, but it's hard to beat the price.

Now, Journler has no .Mac syncing function. However, it's easy to use an Applescript or syncing application to keep your Journler items synced between computers, and it has a lot of features that Yojim-blow lacks. I'm sure the developer will add .Mac syncing later.