avijeetpandey / encryptor

Secure Password generation App made from flutter ✌

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

encryptor 🎉

Secure Password generation App made using Flutter , user can generate fully encrypted password string using SHA-256 or MD-5 algorithms in app and can save the username and password so that it can be used later-on .

How to setup the build ?

Clone the repo using the git clone

$git clone https://github.com/avijeetpandey/encryptor.git

cd into encryptor and run the following command

cd encryptor
flutter run

This will setup , build and launch the app in emulator or in physical device

Features

  • User can encrypt the string using one of the cryptographic algorithms and can copy the content to the clipboard
  • user can save the username and generated password permanently into the database and can copy the password for usage anytime

App UI ( Onboarding and Different Screens)

Onboarding Screens
onboarding image onboarding image onboarding image

App Screens
app screen app screen app screen app screen

Made with ❤ by Avijeet , Using Flutter 🎉

About

Secure Password generation App made from flutter ✌


Languages

Language:Dart 47.5%Language:C++ 33.3%Language:CMake 14.4%Language:HTML 2.0%Language:C 1.7%Language:Swift 0.7%Language:Kotlin 0.2%Language:Objective-C 0.1%