# keybox3 **Repository Path**: simonlei/keybox3 ## Basic Information - **Project Name**: keybox3 - **Description**: KeyBox - **Primary Language**: JavaScript - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2018-02-02 - **Last Updated**: 2023-07-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # KeyBox3 A tool to generate and keep passwords. It's third version, written in typescript + electron + smartclient. # 主密码 主密码由用户自己记忆保管,一旦丢失无法找回。 主密码的用途是,用来将私钥进行加密和解密。私钥的加解密算法是 3des。 # 其他密码 其它密码用2048位RSA加密算法产生的公钥进行加密,要使用私钥才能进行解密。 # 备份 主密码在data/mainKeys目录下,其他密码文件保存在 data/keys目录下,建议用户自己同步到常用的网盘上。 # Dev - Watch compile npm install npm run watch # Test npm test # Run npm start # Pack npm run pack