Skip to content

Website for generating secure passphrases using the Diceware method. This is web implementation of my other project diceware-passphras-generator written in Python

License

Notifications You must be signed in to change notification settings

SoSaymon/diceware_django

Repository files navigation

Django Diceware passphrase generator

Django website for generating secure passphrases using the Diceware method
Explore the docs »

Report Bug · Request Feature

Table of Contents
  1. About Project
  2. License
  3. Contributing
  4. Contact

About Project

product screenshot

Website for generating secure passphrases using the Diceware method.
The Diceware method is a way to generate a passphrase that uses dice to select words at random from a special list called the Diceware Word List.
This is web implementation of my other project Diceware passphrase generator written in Python.

Getting Started

Local copy

To get a local copy up and running follow these simple steps.

Prerequisites

  1. Python 3.11
  2. pip
  3. Any database server supported by Django

Installation

  1. Clone the repo
    • git clone https://github.com/SoSaymon/diceware_django.git
  2. Setup Virtual Environment
  3. Install Python packages
    • pip install -r requirements.txt

Configuration

  1. Rename file .env_template to .env
  2. Fill in the variables in the .env file

Usage

  1. Run the server
    • python manage.py runserver

License

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

Contributing

Contributions are what make the open source community such an amazing place to 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

Contact

If you have any questions about the project, feel free to contact me at [email protected].
You can find my other projects at My GitHub account.

Project Link: https://github.com/SoSaymon/diceware_django/
Author: Szymon Chirowski

About

Website for generating secure passphrases using the Diceware method. This is web implementation of my other project diceware-passphras-generator written in Python

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published