Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 902 Bytes

File metadata and controls

18 lines (14 loc) · 902 Bytes

1Password for App Engine

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.

Setup

  1. Clone this project.
  2. Zip your "1Password.keychain" file. You can also use a backup copy of your keychain, which is already zipped.
  3. Add the zipped keychain file to the same directory as app.yaml.
  4. Create a new App Engine app. https://cloud.google.com/console
  5. Edit app.yaml with your app ID, filename of the keychain zip archive, and an email tied to your Google account.
  6. Deploy your app and visit https://YOUR_APP_ID.appspot.com.