An easy password generating solution.
Table of Contents
This is a simple password generating solution so that you never have to remember complex passwords. Based on the inputs given by the user, A word and a Number, this tool generates passwords on-the-go which you can copy to the clipboard easily. The tool does not require any external connectivity and is pretty lightweight to use.
- JavaScript
- Python
- Dart
You can easily install Cli tool (for linux based operating systems) with the following command.
sudo wget https://raw.githubusercontent.com/sudonims/PR-Pass/master/Cli-Tool/prpass -O /usr/bin/prpass; sudo chmod +x /usr/bin/prpass
-
Get the latest zip from release section
-
Go to chrome://extensions - Chrome Extensions
-
Turn on developer mode from the upper right corner
- Unzip the downloaded file.
- Click on the "Load Unpacked" in extensions page on upper left corner (can be seen in step 3 image)
- Select the extracted folder.
- Turn off developer mode (Recommended - Protects from malicious extensions)
- Get the respective architecture apk file from release section
- Install as normal apk
- You will have to compile the App yourself as Apple doesn't allow IOS App sharing without App Store.
- You will need a macOS with XCode installed
- Download flutter for macOS, clone this project and compile the app
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE
for more information.