All Projects → garvit-joshi → Password-Store

garvit-joshi / Password-Store

Licence: GPL-2.0 license
Saves your password with cryptography so only you can decode it.

Programming Languages

python
139335 projects - #7 most used programming language
c
50402 projects - #5 most used programming language
C++
36643 projects - #6 most used programming language

Projects that are alternatives of or similar to Password-Store

Veracrypt
Disk encryption with strong security based on TrueCrypt
Stars: ✭ 3,674 (+24393.33%)
Mutual labels:  encryption-algorithms, encryption-decryption
libVES.c
VESvault End-to-End Encryption API: Encrypt Everything Without Fear of Losing the Key
Stars: ✭ 28 (+86.67%)
Mutual labels:  encryption-algorithms, encryption-decryption
WD-Decrypte
Western Digital Decryption tools
Stars: ✭ 53 (+253.33%)
Mutual labels:  encryption-algorithms, encryption-decryption
Hemmelig.app
Keep your sensitive information out of chat logs, emails, and more with encrypted secrets.
Stars: ✭ 183 (+1120%)
Mutual labels:  password, decryption
crypthash-net
CryptHash.NET is a .NET multi-target library to encrypt/decrypt/hash/encode/decode strings and files, with an optional .NET Core multiplatform console utility.
Stars: ✭ 33 (+120%)
Mutual labels:  password, decryption
CryptoKnight
CryptoKnight is a general purpose cryptography desktop app
Stars: ✭ 18 (+20%)
Mutual labels:  password, encryption-algorithms
Osiris-pwm
A simple and lightweight encrypted password manager written in Go.
Stars: ✭ 32 (+113.33%)
Mutual labels:  password, encryption-decryption
cryptopocket
🔐 Encrypt anything, then Decrypt by providing a required key.
Stars: ✭ 22 (+46.67%)
Mutual labels:  decryption, encryption-decryption
zxcvbn
Go implementation of Dropbox's zxcvbn realistic password strength estimator
Stars: ✭ 57 (+280%)
Mutual labels:  password
django-reset-password
This project is an implementation example for reset password of django
Stars: ✭ 21 (+40%)
Mutual labels:  password
WindowTextExtractor
WindowTextExtractor allows you to get a text from any window of an operating system including asterisk passwords
Stars: ✭ 128 (+753.33%)
Mutual labels:  password
pass-audit
A pass extension for auditing your password repository.
Stars: ✭ 71 (+373.33%)
Mutual labels:  password
doctrine-extensions
Doctrine2 behavioral extension Transformable
Stars: ✭ 14 (-6.67%)
Mutual labels:  decryption
input-password-bullet
How to replace the input password bullet in most browsers
Stars: ✭ 75 (+400%)
Mutual labels:  password
AzureAD Autologon Brute
Brute force attack tool for Azure AD Autologon/Seamless SSO - Source: https://arstechnica.com/information-technology/2021/09/new-azure-active-directory-password-brute-forcing-flaw-has-no-fix/
Stars: ✭ 90 (+500%)
Mutual labels:  password
vault
Vault - cross-platform GPG KV store for teams made easy
Stars: ✭ 35 (+133.33%)
Mutual labels:  password
DevBrute-A Password Brute Forcer
DevBrute is a Password Brute Forcer, It can Brute Force almost all Social Media Accounts or Any Web Application.
Stars: ✭ 91 (+506.67%)
Mutual labels:  password
Passky-Desktop
Desktop application for Passky (password manager)
Stars: ✭ 47 (+213.33%)
Mutual labels:  password
totp
Time-Based One-Time Password Code Generator
Stars: ✭ 76 (+406.67%)
Mutual labels:  password
bee2
A cryptographic library
Stars: ✭ 59 (+293.33%)
Mutual labels:  encryption-algorithms

Password-Store:

Saves your password in two Encrypted files,
with AES-256-CBC bit Encryption.

A Cross Platform Application Redux is more secure and reliable.

Windows x86 Windows x64

Open in Visual Studio Code

Prerequisite (for only building app from source):

  1. Python 3 (>=3.8.5)
  2. Visual Studio 2019

Steps for building the app from source:

Although Everything is compiled and you can directly run Main.exe. Here are steps for building app from source.

  1. Install Python3 with Environment Path. click here
  2. Install a C++ Compiler (Copiler Used In this project: Microsoft C++ Compiler-MSVC)
  3. Open cmd in folder and type
    1. cython Encryption.py --embed
    2. cython Decryption.py --embed
  4. The above step will create Encryption.c and Decryption.c.
  5. Build Encryption.c , Decryption.c and Main.cpp.
    1. cl Encryption.c /I C:\Python38\include /link C:\Python38\libs\python38.lib
    2. cl Decryption.c /I C:\Python38\include /link C:\Python38\libs\python38.lib
  6. Run Main.exe

Support (for only building app from source):

  1. For Downloading Python, click here
    Note : Please click on 'Add Python 3.xx to PATH' while installing.
  2. Install Required Modules:
    1. Open command prompt, in src folder.
    2. Run pip install -r requirements.txt

Notes:

  1. Please Install Microsoft Visual C++ Redistributable for Visual Studio 2019 before running binaries:

    1. For x64,
    2. For x86,
    3. For ARM64.
  2. The last thing is simply a matter of perception. If you are running any sort of anti-virus, like ZoneAlarm, Norton, McAfee, etc. then they will get a very unpleasant message about your program trying to do something considered dangerous. It may be due to system(); function used in program. Read more about it here and here

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].