Code Monkey home page Code Monkey logo

ylmyg / allpass Goto Github PK

View Code? Open in Web Editor NEW

This project forked from sunyongsheng/allpass

0.0 0.0 0.0 5.1 MB

Allpass是一款简洁的私密信息管理工具,包括密码管理与卡片信息管理,支持指纹解锁软件、csv导入导出、从Chrome中导入、从剪贴板中导入、文件夹与标签功能、收藏与备注功能、密码生成器、WebDAV同步等功能,采用Flutter构建

Home Page: https://allpass.aengus.top

License: Apache License 2.0

Ruby 0.24% Objective-C 0.01% Kotlin 4.06% Dart 95.62% Swift 0.07%

allpass's Introduction

Allpass

介绍

Allpass

Allpass是一款简单的私密数据管理工具,包括支持密码存储与卡片信息存储。采用Flutter构建,目前完成了针对安卓的适配。

  • 密码与卡片信息管理
  • 支持指纹解锁软件
  • AES256位加密
  • 支持从csv文件中导入或导出为csv文件
  • 支持从Chrome中导入密码
  • 支持从剪贴板中导入密码
  • 文件夹与标签功能
  • 收藏功能
  • 备注功能
  • 密码生成器
  • 多选编辑功能
  • WebDAV同步功能
  • 加密密钥更新
  • 自动切换主题

构建Allpass

若有一些莫名其妙的编译错误,请尝试执行flutter clean并重启IDE。

Android

  1. 修改lib/utils/encrypt_util.dart中的_key(32位字符串),此字符串将作为初始密钥;
  2. 运行keytool -genkey -alias keyAlias -keyalg RSA -validity 20000 -keystore release.jks 生成密钥,其中keyAliasrelease.jks可以自定义,生成的文件在命令行运行所在目录;
  3. 依次将keyAlias, storePassword, keyPassword 填写到android/app/config/default.properties中,并将release.jks替换到config文件夹中;

iOS

TODO

**作者发布的Allpass已签名。所以如果在已安装作者发布的Allpass的情况下,安装自己构建的程序,请先卸载,否则可能导致安装失败或者密码数据丢失。 **

软件截图

登录页 注册页 密码页
卡片页 分类 分类详情页
设置页 关于页

下载体验

可以在Github Release页、扫描下面的二维码或者点此下载

Allpass

(目前使用蒲公英内测模式进行分发,每天下载次数限制为500次,如遇到无法下载的情况可在Github Release页进行下载)

未来规划

  • WebDAV同步功能(已完成)
  • 多选编辑功能(已完成)
  • 自动填充
  • 自动获取网站favicon作为密码头像
  • 智能识别网址生成名称

命名规范

Dart文件

  1. dart文件采用下划线命名方式;
  2. 类采取大驼峰命名法,变量、常量、函数名采用小驼峰命名法;
  3. 导包as后的名称使用小写+下划线;

数据库相关

  1. 数据库表名使用下划线命名方式,且表名开头的第一个单词为allpass
  2. 表的列名与model相同,采用小写驼峰命名方式;

仓库地址

位置 地址
Github https://github.com/sunyongsheng/Allpass
码云 https://gitee.com/sunyongsheng/Allpass

Flutter环境

[✓] Flutter (Channel stable, 3.10.1, on macOS 13.3.1 22E261 darwin-arm64, locale en-CN)
[✓] Android toolchain - develop for Android devices (Android SDK version 33.0.2)
[✓] Android Studio (version 2022.2)

LICENSE

License

allpass's People

Contributors

sunyongsheng avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.