Git Product home page Git Product logo

password-generator's Introduction

๐Ÿ”’ Password Generator

CI Tests

A cross-platform password generator application that can generate passwords with a length of up to 128 characters.

You can also choose whether to include uppercase letters, lowercase letters, numbers, and special characters in the password.

By default, it generates a password with a length of 16 characters and includes uppercase letters, lowercase letters, numbers, and special characters.

Installation

Make sure you have the standard Rust toolchain installed. If not, you can install it from here.

git clone https://github.com/sdanialraza/password-generator.git
cd password-generator
cargo build --release

Usage

Simply run cargo run and it will open the password generator application.

You can then choose the length using the slider and whether to include uppercase letters, lowercase letters, numbers, and special characters using the checkboxes.

Click the "Generate" button to generate a password and the "Copy" button to copy the generated password to the clipboard.

Recent Passwords

It also saves the 10 most recently generated passwords.

Tip

You can disable this feature by removing features = ["persistence"] from the Cargo file.

App data location:

  • Linux: home/USERNAME/.local/share/password-generator
  • macOS: Users/USERNAME/Library/Application Support/password-generator
  • Windows: C:\Users\USERNAME\AppData\Roaming\password-generator

๐Ÿค Contributing

Pull requests are welcome, and very much appreciated. But before you start working on a pull request, please make sure to open an issue first, so that we can discuss the changes you want to make.

โš–๏ธ License

This project is licensed under the MIT License.

password-generator's People

Contributors

sdanialraza avatar

Watchers

 avatar  avatar

Forkers

shabbirhasan1

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.