This App Engine app serves your 1PasswordAnywhere files so you can access your passwords through any modern browsers.
See this page for information on 1PasswordAnywhere: http://help.agilebits.com/1Password3/1passwordanywhere.html
You passwords should be reasonably safe. The keychain files are encrypted, all data will be sent over SSL, and access is restricted to your own Google account.
- Clone this project.
- Zip your "1Password.keychain" file. You can also use a backup copy of your keychain, which is already zipped.
- Add the zipped keychain file to the same directory as app.yaml.
- Create a new App Engine app. https://cloud.google.com/console
- Edit app.yaml with your app ID, filename of the keychain zip archive, and an email tied to your Google account.
- Deploy your app and visit https://YOUR_APP_ID.appspot.com.