Skip to content

sudonims/PR-Pass

Repository files navigation

PR Pass (Pseudo Random Pass)

An easy password generating solution.

Table of Contents
  1. About The Project
  2. Getting Started
  3. Usage
  4. Contributing
  5. License
  6. Contact

About The Project

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.

See Paper for more info

Built With

  • JavaScript
  • Python
  • Dart

Getting Started

Installation

Cli-Tool

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

Chrome Extension

  • Get the latest zip from release section

  • Go to chrome://extensions - Chrome Extensions

  • Turn on developer mode from the upper right corner

Turn Dev

  • 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)

Android App

  • Get the respective architecture apk file from release section
  • Install as normal apk

IOS App

  • 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

Usage

Guide

Contributing

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.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

License

Distributed under the MIT License. See LICENSE for more information.

Contact

Ekansh Gupta - Ekansh
Nimish Shah - Nimish