Giter Site home page Giter Site logo

saptaks / saikoro Goto Github PK

View Code? Open in Web Editor NEW
7.0 3.0 1.0 97 KB

Diceware GUI: An easy way for non-tech people to get diceware passphrases

License: GNU General Public License v3.0

Python 89.12% CSS 8.52% Shell 2.35%
diceware passphrase gui-application security

saikoro's Introduction

saikoro screenshot

Saikoro: Easy to use GUI for diceware passphrases

Saikoro is a desktop application catered towards making diceware passphrase generation easy and accessible for non-tech savvy users as well. It uses the python package diceware that is commonly used by people comfortable with command line interface to generate passphrase.

All the features use diceware directly. So Saikoro is kind of a GUI wrapper for the command line application.

Developer Install

  • git clone https://github.com/SaptakS/saikoro.git
  • python3 -m venv .venv
  • source .venv/bin/activate
  • python3 -m pip install -r requirements.txt
  • ./scripts/dev.sh

Is it secure?

Refer to the section in diceware readme to learn more about it. This GUI uses the random.SystemRandom and currently doesn't support other forms of randomness like real dice.

Options

  • No. of words: One can specify the number of words one wants in the passphrase
  • No. of special characters: One can specify the number of special characters in the passphrase. The special characters are selected randomly and placed in random locations
  • Delimiter: One can separate the words using a delimiter. It is empty string by default. It can be space, "-", "_" or any other character

saikoro's People

Contributors

ravish0007 avatar saptaks avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

ravish0007

saikoro's Issues

Runtime error on Fedora 33

I am trying to execute from git repo on Fedora 33.

saikoro on ๎‚  main via ๐Ÿ v3.9.2 (.venv)took 22s 
โœฆ โฏ ./run.py 
Traceback (most recent call last):
  File "/home/kdas/code/saikoro/./run.py", line 2, in <module>
    import saikorosrc
  File "/home/kdas/code/saikoro/saikorosrc/__init__.py", line 3, in <module>
    from PySide6 import QtCore, QtWidgets, QtGui
ImportError: libOpenGL.so.0: cannot open shared object file: No such file or directory

Allow custom wordlists

Diceware CLI allows you to provide custom wordlists to generate passphrases from. We want something similar.

  • Add a file chooser with proper label. The file chooser will basically just take the path of the file as input and then make a Wordlist instance using that. Check this bit of code in diceware

Check this documentation for more idea

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.