Django website for generating secure passphrases using the Diceware method
Explore the docs »
Report Bug
·
Request Feature
Table of Contents
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.
To get a local copy up and running follow these simple steps.
- Python 3.11
- pip
- Any database server supported by Django
-
Clone the repo
-
git clone https://github.com/SoSaymon/diceware_django.git
-
- Setup Virtual Environment
-
Install Python packages
pip install -r requirements.txt
- Rename file
.env_template
to.env
- Fill in the variables in the
.env
file
Distributed under the MIT License. See `LICENSE` for more information.
Contributions are what make the open source community such an amazing place to 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
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