Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 346 Bytes

README.md

File metadata and controls

14 lines (8 loc) · 346 Bytes

password_manager

I want to manage my all password with this tool.

自己用于管理各个账号密码,在不记得密码时查询一下。

  1. 简单实现存储、查询、更新等功能;
  2. 结合SQLite轻量级数据库做存储;
  3. 简单版本,明文存储;
  4. 改进版,将实现账号、密码的加密