Generate passwords using different algorithms. https://kghandour.com/KGPassGen

Overview

KG Password Generator

Generate passwords using on different algorithms. This project is based on SuperGenPass [ https://chriszarate.github.io/supergenpass/ ]

Public Release: [ https://kghandour.com/KGPassGen ]

Getting Started

This project is built using Flutter.

Run it for the web

Requires chrome to be installed.

flutter run -d chrome

Documentation is WIP

A few resources to get you started if this is your first Flutter project:

MIT License

Copyright (c) 2022 Karim ElGhandour

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

You might also like...

This is a simple open source project where you can easily contribute by uploading algorithms that are not specified in the list.

This is a simple open source project where you can easily contribute by uploading algorithms that are not specified in the list.

Support this project by giving it a thumbs up! AlgoBook A new Flutter application for algorithms. This app is mainly to refer to the algorithms that a

Jul 23, 2022

A repo for me to test and collate popular algorithms.

Common Algorithms written in Dart This repo is a result of practicing the algorithms presented on www.geeksforgeeks.org, as well as some coding challe

May 28, 2022

Prepare for Data Structures & Algorithms questions for your upcoming interviews with this Flutter App made by Parker Shamblin.

flutter_data_structures_and_algorithms Prepare for Data Structures & Algorithms questions for your upcoming interviews with this Flutter App made by P

Jun 12, 2022

🍝 restaurant menu app made with flutter inspired by this design https://goo.gl/jChLBV

🍝 restaurant menu app made with flutter inspired by this design https://goo.gl/jChLBV

Menu Flutter Todo Make background colors that changes with PageView Add custom tab indicators Change food prices Make cart animation Customize card sh

Jan 1, 2023

https://dribbble.com/shots/3812962-iPhone-X-Todo-Concept Made With Flutter

https://dribbble.com/shots/3812962-iPhone-X-Todo-Concept Made With Flutter

📝 FlutterTodo đŸ’ģ Install Note: Make sure your Flutter environment is setup. In the command terminal, run the following commands: $ git clone https://

Dec 27, 2022

Docker images for the Dart programming language (https://dart.dev)

dart-docker This is the Git repo of the Docker "Official Images" for the Dart programming language. See the Docker Hub page for a full description on

Dec 14, 2022

This is a flutter app which uses the Bitrise Api(https://api-docs.bitrise.io/) to show the bitrise projects and builds and lets you download your artifacts.

This is a flutter app which uses the Bitrise Api(https://api-docs.bitrise.io/) to show the bitrise projects and builds and lets you download your artifacts.

Bitrise Artifact Downloader Introduction 🙋‍♂ī¸ This is a flutter app which uses the Bitrise Api(https://api-docs.bitrise.io/) to show the bitrise proj

Apr 30, 2021

Google's Flutter Clock Challenge Novelty 🚀 of Idea Award 🏆 winner (https://flutter.dev/clock)

Google's Flutter Clock Challenge Novelty 🚀 of Idea Award 🏆 winner (https://flutter.dev/clock)

Sunset Reflections Clock My submission to the Flutter Clock Challenge, winner of the Novelty of Idea award: a cold cathode display clock (aka nixie cl

Dec 26, 2022

A simple flutter application using #clean_architecture to generate random quotes using from #api

flutter_random_quotes_app_wth_clean_architecture A new Flutter project. Getting Started Project Structure ├── assets | ├── images | ├── 1x

Oct 4, 2022
Comments
  • Splash redesign

    Splash redesign

    Show screenshots from the application and how it is actually used.

    • [x] First page can show the privacy information.
    • [x] Second page can show the use cases.
    • [x] Third page can show the multi configurations.
    enhancement Work in Progress 
    opened by kghandour 0
  • Multiple Configurations

    Multiple Configurations

    Allow the user to have multiple configurations.

    Use Cases:

    • [x] User should be able to add an extra configuration
    • [x] User should be able to modify an existing configuration
    • [x] User should be able to delete an existing configuration
    • [x] User should be able to quickly select a configuration from a dropdown list in the settings page
    • [x] User should be able to quickly select a configuration from a dropdown list in the home page.
    enhancement Feature Request Work in Progress 
    opened by kghandour 0
  • Configuration Exporting and Importing

    Configuration Exporting and Importing

    Configuration should be easily imported and exported.

    Use Cases:

    1. User should be able to export an existing configuration as JSON file (Structure still to be experimented with)
    2. User should be able to share the exported file
    3. User should be able to import a configuration file.
    enhancement Feature Request 
    opened by kghandour 0
Owner
Karim ElGhandour
MSc. student at Technical University of Munich (TUM)
Karim ElGhandour
This project is a rebuild of the existing movie colony https://github.com/debbsefe/Movie-Colony. Here's also a link to the figma file https://www.figma.com/file/XpLFNEsROiN1z6lwnNHMrU/Movie-app?node-id=2956%3A10161

Tvfiy Generated by the Very Good CLI ?? A Very Good Project created by Very Good CLI. Getting Started ?? This project contains 3 flavors: development

Eferha Mamus 3 Nov 12, 2022
Vineet Kalghatgi 32 May 13, 2022
Sample Flutter app for creating basic login forms validation for email and passwords

Email validation Flutter example Sample flutter app showing how to validate a e-mail login form. This example uses the email_validator package for val

Fredrik Eilertsen 22 Dec 15, 2022
A widget for entering gesture passwords for flutter.

GesturePasswordWidget English | įŽ€äŊ“中文 A gesture-unlocking widget for Flutter that supports a high degree of customization. Use dependencies: gesture_

老éģ‘į‰› 23 Dec 2, 2022
Given a JSON string, this library will generate all the necessary Dart classes to parse and generate JSON.

JSON to Dart Given a JSON string, this library will generate all the necessary Dart classes to parse and generate JSON. This library is designed to ge

Javier Lecuona 1.2k Dec 25, 2022
A CustomPaint example where we can draw with different colors and different stroke sizes

CustomPaint A CustomPaint example where we can draw with different colors and different stroke sizes. A Flutter application which runs on iOS, Android

Behruz Hurramov 0 Dec 27, 2021
Sorting algorithms visualizer in Flutter.

Sorting Algorithms Visualizer in Flutter Algorithms implemented Insertion Sort Selection Sort Bubble Sort Plugins used fl_chart To run this app run fl

Bibek Timsina 55 Aug 27, 2022
A collection of useful algorithms in Dart with keeping performance and flexibility on mind.

algorithmic A collection of useful algorithms in Dart with keeping performance and flexibility on mind. Usage The following import will give you acces

Sudipto Chandra 7 Jan 1, 2023
Implementation of data structures and algorithms in Dart programming language.

Algorithms in Dart Implementation of several algorithms with Dart programming language. Use dartdoc to generate documentation. Lists List data structu

Mafinar Khan 197 Dec 24, 2022