GithubHelp home page GithubHelp logo

jis4nx / square-pass Goto Github PK

View Code? Open in Web Editor NEW
2.0 1.0 1.0 4.86 MB

Lightweight CLI based Password Manager to store passwords locally with AES-256 encryption. So you don't have to fear about your privacy :)

License: MIT License

Python 99.63% Makefile 0.37%
password-manager password-generator python-password-manager encryption aes-256

square-pass's Introduction

Hi ๐Ÿ‘‹, I'm Rakibul Islam

A Backend developer with expertise in Python

๐Ÿช„ Tech Stack:

Python Go JavaScript Django DjangoREST FastAPI NumPy Pandas Next JS RabbitMQ Apache Airflow Nginx Postgres ApacheCassandra Docker

๐Ÿ’ป Environment:

Arch Neovim

square-pass's People

Contributors

jis4nx avatar thegreatestshoaib avatar

Stargazers

 avatar  avatar

Watchers

 avatar

square-pass's Issues

Fix paths for windows

Path separator

Some of the files contain a path for operating system windows while Python 3 on Windows requires this path to use backslash \\ as a path separator. os.path.join("a", "b", "c") on the other hand is portable and will insert the correct path separator.

See for example file sqpass/install.py, line 11.

Please change from os.path.expanduser("~/AppData/pass.key") to os.path.expanduser("~\\AppData\\pass.key").

Empty value for os.path.expanduser()

See file sqpass/passwordManager/conf.py, line 10.

Instead of os.path.expanduser("") please use the tilde ~ for windows, too: os.path.expanduser("~")
Maybe even add the same folders as for linux: os.path.expanduser("~\\.config\\sqpass\\")

Use os.makedirs()

sqpass/passwordManager/conf.py, line 31 uses os.mkdir() which will only create the last directory.

Proposal: use os.makedirs() to create potentially missing directories on all levels.

Output

Please add the resp. paths for the files and directories reported by sqpass/passwordManager/conf.py.

Currently:

Passkey created
Config file Found!

Proposal:

Created passkey c:\users\username\AppData\pass.key
Found configuration file c:\users\username\config\sqpass\config.yaml

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.