https://github.com/samdmarshall/sm1passwordsync
SM1Password USB Sync Tool
https://github.com/samdmarshall/sm1passwordsync
Last synced: about 1 month ago
JSON representation
SM1Password USB Sync Tool
- Host: GitHub
- URL: https://github.com/samdmarshall/sm1passwordsync
- Owner: samdmarshall
- License: bsd-3-clause
- Created: 2013-03-18T20:42:24.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2013-12-08T14:46:46.000Z (over 11 years ago)
- Last Synced: 2025-04-05T13:47:05.709Z (about 1 month ago)
- Language: C
- Size: 839 KB
- Stars: 10
- Watchers: 5
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
SM1Password Sync
================SM1Password Sync is a third party application that allows you to sync your 1Password keychain with your iOS devices. The official 1Password USB syncing application can be found on their [website](http://blog.agilebits.com/tag/1password-usb-sync/).
*This is a third party project developed outside the auspices of AgileBits. Nothing here should imply their cooperation, association, or endorsement.*
System Requirements
-------------------
* Mac OS X 10.6.8 or newer
* Xcode 3.2.6 or newer
* iTunes 11 or newer
* 1Password 3.8.20 for Mac
* 1Password 4 for iOSCode Libraries
--------------
* [jsmn](https://bitbucket.org/zserge/jsmn/)
* [MobileDeviceAccess](https://bitbucket.org/tristero/mobiledeviceaccess/)
* [ZipArchive](http://code.google.com/p/ziparchive/)### Notes:
* Included is a header file that has been floating around the internet called MobileDevice.h. The copy included in this project is a consolidated version of this header file, and it is used for accessing Apple's private MobileDevice.framework.
* There was no license posted with MobileDeviceAccess, and this project uses very modified version of that code.Icons
-----
* [Iconic](http://somerandomdude.com/work/iconic/)Disclaimer
----------
It is mentioned with the code license below, however I am in no way responsible for any fault in this code and/or damage it may cause to the 1Password keychain files. USE AT YOUR OWN RISK. If you find a bug, please report an issue or submit a pull request and I will get to it as soon as possible.License
-------
Copyright (c) 2013, Sam Marshall
All rights reserved.
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
3. Neither the name of Sam Marshall nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.