前言:keePass是一個開源的密碼管理工具,幾乎全平臺都有第三方軟件,可以通過網盤實現同步,免費但需花一定功夫配置。
Mac端 MacPass
參考鏈接:https://github.com/MacPass/MacPassHTTP
一、環境要求
● Xcode
● Homebrew
● git
二、編譯過程
//Clone the resposity
cd ~/downland
git clone https://github.com/MacPass/MacPassHTTP
cd MacPassHTTP
//Install Carthage
brew install carthage
//Fetch and build dependencies for MacPassHTTP
cd ~/downland/MacPassHTTP
carthage bootstrap --platform Mac
//Clone MacPass and fetch and build dependencies
cd ~/downland
git clone https://github.com/mstarke/MacPass
cd MacPass
git submodule update --init --recursive
carthage bootstrap --platform Mac
//Compile and Install MacPass
cd ~/downland/MacPass
xcodebuild
//Compile and install MacPassHTTP
cd ~/downland/MacPassHTTP
xcodebuild
● MacPassHTTP 插件會自動挪到 ~LibraryApplication SupportMacPassMacPassHTTP.mpplugin
如果沒有,自己將 MacPassHttp/build/Release 中的 MacPassHTTP.mpplugin 復制到? ~LibraryApplication Support/MacPass里。
● 打開 ~/downland/MacPass/build/Release/MacPass.app (可以將它復制到 Application 里)
做以下設置
三、使用堅果云同步
* 創建堅果云賬戶
* 下載堅果云軟件
* 將創建好的密碼本保存至堅果云同步文件夾
iOS端 MiniKeePass
* 打開 AppStore 下載 MiniKeePass
* 打開 AppStore 下載 堅果云
* 登陸堅果云下載密碼本使用 MiniKeePass 打開
* 若修改密碼或新增,修改完成可使用轉發上傳至堅果云同步