FLUTTER ECOSYSTEM

IshanRakte/Securify

一款具有三层安全防护的密码管理器应用程序。该应用将以加密格式将密码存储在本地数据库中。每次打开应用时,还会进行生物识别验证(指纹)。这些多层次的安全措施将确保用户的密码不会以任何形式被泄露。

安全化 项目封面
Stars
11
Forks
3
最近推送(UTC)
2022年7月25日
项目状态
未归档
Ishan Rakte GitHub avatar
GITHUB User

Ishan Rakte ↗

while (effort!=success): hustle;

Vishwakarma Institute of TechnologyPune官方网站 ↗
语言DartHTMLSwiftKotlinObjective-C

技术话题

关联插件与示例

使用的依赖

依赖清单 15 项

App 分类

原始 README

以下为英文项目原文快照,最新内容请访问 GitHub。

展开 / 收起项目 README

https://github.com/IshanRakte/flutter_password_manager/blob/main/screenshots/logo.png

Securify: The Password Manager

Now-a-days we use various accounts for various purposes for a single service. The service can be for example your google account, and we tend to have more than one account. Personal, Organization (Education, Company etc.), group/team account are some examples of multiple accounts we have for a particular service. As we have separate accounts for separate use cases, we also have their individual passwords, keeping track of all these passwords can be hard. A password manager is the correct solution for this problem. But a password manager should manage the passwords in such a way that the passwords will never be leaked, shared or compromised in any way. The passwords should be stored in the manager in an encrypted way so even if the password gets leaked, it will be unreadable/unrecognizable. This project uses three layers of security(Biometric, Encryption and Hive Encrypted Box).

📱 Screenshots

Biometric Authentication Adding a Password Your Passwords
Password Copied to Clipboard Deleting a Password Random Password Generator

🏗️ Built With

  • Flutter
  • Dart
  • Hive Database
  • Local Authentication(Biometric)
  • Flutter Secure Storage
  • AES 256 Encryption

💡 Future Updates

  • Password Strength Meter using any State Management Tools

🛡️ 3 Layers of Security

  • Layer 1: Local Authentication - User will use fingerprint scanner or face unlock

  • Layer 2: Encryption - AES-256 uses a 256-bit key length to encrypt and decrypt a block of messages.

  • Layer 3: Hive - Have a built in Encrypted box to store the values.

📋 Dependencies Used

  • cupertino_icons: ^1.0.2
  • hive: ^2.0.2
  • hive_flutter: ^1.0.0
  • local_auth: ^1.1.6
  • encrypt: ^5.0.0
  • flutter_secure_storage: ^4.2.0
  • fluttertoast: ^8.0.3
  • google_fonts: ^2.0.0
  • font_awesome_flutter: ^9.2.0
  • flutter_slidable: ^0.6.0
  • password_strength: ^0.2.0
  • get: ^4.6.1

✍️Author

Ishan Rakte

🤝 Support

Contributions, issues, and feature requests are welcome!

Give a ⭐️ if you like this project!

https://img.shields.io/github/followers/ishanrakte.svg?style=social&label=Follow