Git Product home page Git Product logo

ragasiyangal's Introduction

Ragasiyangal is a Password Manager

'ragasiyangal' means 'secrets' in Tamil, recognised as a classical language and one of the oldest languages in the world that is still in common use.

Motivation

The motivation for this project is two-fold:

  1. Can you have a simple and secure password manager whose code can be easily audited ?
  2. Can you have password manager without an expensive (from compute perspective) server or database ?

The answer is 'yes'.

This project encapsulates all the logic into a single python module, is open source and has no external server or database dependencies. So, you can easily audit the entire source code and be confident that the app is safe to use.

User Guide

You can download the binaries from https://github.com/vijaypm/ragasiyangal/releases

Once you install and launch the app, you can choose one of three options:

  1. Import a csv file that has the data you want to protect. Click on Other menu -> choose Import option
  2. Start a new secrets file. Click on File menu -> choose New option or press Ctrl-N
  3. Open an existing ragasiyangal encrypted file. Click on File menu -> choose Open option or press Ctrl-O

Once you have a document open, you can add, edit or delete rows. As you work with a document, the app provides you several visual clues with bold colors to remind you to save the changes.

Troubleshooting

qt.qpa.plugin: Could not load the Qt platform plugin "xcb" in "" even though it was found.

When you first launch the app on Linux, you might run into this error. Try the suggestions listed here (https://askubuntu.com/questions/308128/failed-to-load-platform-plugin-xcb-while-launching-qt5-app-on-linux-without). In particular, try reinstalling libxcb-xinerama0 : sudo apt-get install --reinstall libxcb-xinerama0

Developer Guide

The entire source code resides in a single file 'ragasiyangal.py'. To setup your development environment, you will need:

  1. Python 3
  2. PyQT5
  3. cryptography from cryptography.io

From a python3 environment, you can just run pip install -r requirements.txt To make a distributable binary, you can run

pip install pyinstaller 
pyinstaller ragasiyangal.mac_app.spec #to generate Mac binary 
pyinstaller ragasiyangal.linux.spec #to generate Linux binary 

ragasiyangal's People

Contributors

vijaypm avatar

Watchers

 avatar

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.