KeePass in Mac and iOS 开源、免费的密码管理本

前言: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 里)

做以下设置


KeePass in Mac and iOS 开源、免费的密码管理本_第1张图片

三、使用坚果云同步

* 创建坚果云账户

* 下载坚果云软件

* 将创建好的密码本保存至坚果云同步文件夹


iOS端 MiniKeePass

* 打开 AppStore 下载 MiniKeePass

* 打开 AppStore 下载 坚果云

* 登陆坚果云下载密码本使用 MiniKeePass 打开

* 若修改密码或新增,修改完成可使用转发上传至坚果云同步

你可能感兴趣的:(KeePass in Mac and iOS 开源、免费的密码管理本)