Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

pass

pass is a password manager inspired by the Unix philosophy. It has a command-line interface, and uses GnuPG for encryption and decryption of stored passwords. The passwords are encrypted and stored in separate files, and can be organized via the operating system’s filesystem.

https://github.com/tulir/pass

A fork of https://www.passwordstore.org/, the standard unix password manager

bash gnupg password-manager password-store

Last synced: 26 Oct 2024

https://github.com/fourjay/vim-password-store

Vim niceties for password store ("pass" the "standard Unix Password Manager")

pass password-store vim

Last synced: 10 Nov 2024

https://github.com/palahsu/passwordgen

Create a powerful secure password using Password-Gen tool. Help prevent a security threat by getting a strong password. It's a random password generator to create long, truly random passwords that even the strongest computers can’t crack.

password password-generating password-generator password-generator-py password-generator-tkinter password-manager password-store python-password-generator python3 random-password random-password-generator tools

Last synced: 10 Nov 2024

https://github.com/gpanders/passage

Password store using age

age pass password-store

Last synced: 23 Oct 2024

https://github.com/harp077/pkg

PKG = Password Keeper + Generator. Pure Java. See releases at https://sourceforge.net/projects/j-pkg/

javase jdbc password-generator password-manager password-store spring

Last synced: 13 Oct 2024

https://github.com/kevcui/passgen

:key: Sync-less password manager generating password from a string and a file

bash bash-script passgen password password-generator password-hash password-manager password-safety password-store security security-tools

Last synced: 04 Dec 2024

https://github.com/tijn/pass-age

A pass extension that can show you how long you are using a certain password.

pass pass-extension password-store

Last synced: 09 Nov 2024

https://github.com/muteor/pass-totp

TOTP code generator for pass

password-store totp

Last synced: 10 Nov 2024

https://github.com/psychedelicshayna/krypton

A feature-rich command line password manager for power users and the privacy minded.

aes-cbc-encryption credential-manager credential-storage encrypted-storage encryption password password-manager password-store passwords

Last synced: 12 Nov 2024

https://github.com/denimor/pidgin-zx2c4-pass

Plugin that allows to use zx2c4 pass to store passwords

password-store pidgin-plugins zx2c4-pass

Last synced: 10 Nov 2024

https://github.com/toniogela/one-time

Little one-time store experiment

password-store scala

Last synced: 04 Dec 2024

https://github.com/puneetkakkar/secure-vault-mobile

It is a privacy-focused application designed to safeguard your passwords, documents, and other confidential information. It's built with end-to-end encryption, ensuring that only you have access to your data. We never have access to your passwords or sensitive information.

mobile-app password-manager password-store react-native-app secure-vault vault

Last synced: 11 Oct 2024

https://github.com/lionello/passx

Small MacOS widget for pass, the Unix password store

gopass macos osx password-store swift5 swiftui xcode

Last synced: 20 Dec 2024

https://github.com/ecoutu/pass-yaml

A pass extension for interacting with yaml stored in pass files.

pass pass-extension password-store password-store-extension secrets-management yaml

Last synced: 29 Dec 2024

https://github.com/diginatu/pass-extension-inc

A unix pass extension for incremental search

pass pass-extension password-manager password-store

Last synced: 10 Nov 2024

https://github.com/taylorskalyo/pass-age

A simple pass extension for displaying password age

pass pass-extension password-store

Last synced: 10 Nov 2024

https://github.com/puneetkakkar/secure-vault-server

It is a privacy-focused application designed to safeguard your passwords, documents, and other confidential information. It's built with end-to-end encryption, ensuring that only you have access to your data. We never have access to your passwords or sensitive information.

backend password-manager password-store privacy-protection secret-vault springboot

Last synced: 07 Nov 2024

https://github.com/joknarf/shcrypt

openssl encrypt shell/text protected by password to autodecrypt shell

archive autoextract bash decrypt encrypt environment-variables openssl password-store secret shell tar tool unix-shell zip

Last synced: 10 Nov 2024

https://github.com/wezm/pass2csv

Tool to export data from pass for import into another password manager.

1password csv password-store rust

Last synced: 22 Dec 2024

https://github.com/noobping/pypass

A GTK4 frontend for Password Store written in python

gtk4 password-store python3

Last synced: 15 Nov 2024

https://github.com/m-kus/hoba

😼 Yet another secrets management tool

devops devops-tools docker docker-compose gpg pass password-store secret-management secrets

Last synced: 07 Dec 2024

https://github.com/raklaptudirm/krypt

Secure terminal Password Manager

cli password password-manager password-store terminal-based

Last synced: 23 Dec 2024

https://github.com/cmpadden/pass.spoon

Password-store meets Hammerspoon

hammerspoon lua password-store

Last synced: 12 Dec 2024

https://github.com/jtdowney/passenv

Like envchain but for pass

bash-script environment-variables password-store

Last synced: 05 Dec 2024

https://github.com/dadevel/vault

Simple secret store inspired by Pass, powered by GPG and written in Python

gnupg password-manager password-store

Last synced: 17 Nov 2024

https://github.com/devbisme/locknotey

Simple script that stores encrypted data within itself and allows you to modify it using any editor.

password-store privacy security

Last synced: 04 Dec 2024

https://github.com/puneetkakkar/secure-vault-web

It is a privacy-focused application designed to safeguard your passwords, documents, and other confidential information. It's built with end-to-end encryption, ensuring that only you have access to your data. We never have access to your passwords or sensitive information.

encrytion hashing password-manager password-store secure-vault vault

Last synced: 29 Dec 2024

https://github.com/gregolsky/haslo

A console inquirer-based UI interface for pass (.password-store) 🤖 📟 🦖

console gpg haslo inquirerjs pass password-manager password-store zx2c4-pass

Last synced: 13 Nov 2024

https://github.com/kathleenwest/wcfauthenticationdemo

This project presents a Visual Studio solution including a simple demo WCF Authentication Service Application and a “Tester” Client (Windows Form Application) that allows the user to test the user registration, login, logout, and service operations. In addition to demonstrating standard authentication capabilities, the WCF service implements a custom username and password validator pattern. Passwords are stored securely using Password-Based Key Derivation Function PBKD cryptology of which the implementation is discussed. A custom error handler ensures that exceptions are properly wrapped into WCF Faults and communicated to the client caller. Certificates are discussed along with how to implement a server certificate on a client machine for development testing of “integrity” and application trust. The project includes a demo certificate and script for generating self-signed dev certificates, which must be installed into the client certificate store for the client tester application to trust and access the demo service. The client “tester” windows form application is not intended as a UX/UI demo but used to test and verify that the backend authentication service registration, login, logout, service operations, and callbacks are working as expected and sending proper WCF fault messages. Lastly, the project is shown in the demo section with a video and screen captures.

authentication certificate certificate-generation cryptology csharp custom-validation custom-validators error-handling password-hash password-safety password-store pbdk security service wcf wcf-bindings wcf-client wcf-service wcf-service-client-demo windows-communication-foundation

Last synced: 23 Nov 2024

https://github.com/meanderingprogrammer/pass-yank

A pass extension that lets you copy metadata associated with passwords

metadata pass pass-extension password-store password-store-extension

Last synced: 16 Nov 2024

https://github.com/deevus/zig-pass

Zig Pass is a terminal client for Password Store that is compatible with MacOS, Linux and Windows

password-manager password-store

Last synced: 20 Dec 2024

https://github.com/ayushnagar123/password-management-system

This is a software which will help you to store,protect and retrieve your passwords whenever you require. Made by Ayush Nagar(ayushnagar123), Akshara Nigam(aksharanigam1112), Kapil Kumar Israni(090max) and Anushka Agarwal.

c password-manager password-retrieval password-safety password-store password-updation

Last synced: 14 Dec 2024

https://github.com/shilongdai/passwordsaver

A password manager with high-grade encryption and authentication

cryptography encryption java password-manager password-store

Last synced: 29 Dec 2024

https://github.com/cdm2883/passmemo

An open-source, cross-platform application for securely storing passwords and other sensitive information.

android-application desktop-application kotlin-multiplatform password-manager password-store web-application

Last synced: 18 Dec 2024

https://github.com/xgames123/git-credential-pass

A simple git credential helper for gnu pass

git git-credential git-credential-helper gnu pass password-store

Last synced: 23 Dec 2024

https://github.com/khanh779/password_management

Password management application help store, manage, and generate random passwords securely, including lowercase letters, uppercase letters, special characters, and numbers for enhanced security.

generate-password password-generator password-management password-manager password-safety password-store

Last synced: 19 Nov 2024

https://github.com/libi/mypass

一个简单的跨平台文本加密工具

password password-store

Last synced: 26 Dec 2024

https://github.com/alibori/larapass

Password management app built with Laravel, Livewire, Tailwind CSS and NativePHP.

laravel livewire nativephp password-store tailwindcss

Last synced: 14 Oct 2024

https://github.com/vanyasem/pass-steam

A pass extension for managing Steam Guard codes

pass password-store steam steamguard

Last synced: 24 Nov 2024

https://github.com/gotmax23/ansible-role-pass

Ansible role that installs password-store (pass), the standard Unix password manager.

ansible ansible-role molecule pass password-store role

Last synced: 20 Dec 2024

https://github.com/sudosubin/pass-securid

A pass extension for managing RSA SecurIDs

password-store securid

Last synced: 12 Nov 2024

https://github.com/mo-jasim/password-generator

The Password Generator is a powerful tool designed to help users create strong, secure passwords quickly and easily. It generates random passwords that meet security best practices by combining various character types such as uppercase letters, lowercase letters, numbers, and special symbols.

password password-generator password-hash password-manager password-recovery password-safety password-store password-strength

Last synced: 20 Nov 2024

https://github.com/elcorto/pass-cl

password-store extension to copy metadata from multi-line entries. Based on https://gitlab.com/lbischof/pass-extension-pclip.

pass pass-extension password-store xclip

Last synced: 28 Nov 2024

https://codeberg.org/morus/pass-zenity

simple GTK extension for pass

pass password-store

Last synced: 10 Nov 2024

https://github.com/madlittlemods/pass-import-chrome

Import passwords from Chrome to pass (Password Store)

chrome pass password password-store

Last synced: 20 Dec 2024

https://github.com/image357/password

This is a simple password manger (library) written in Go. You can use it with Go, REST calls and any other language that links with C.

c cpp encryption go golang password password-manager password-store rest rest-api restapi restful restful-api restfulapi simple

Last synced: 06 Dec 2024

https://github.com/debanjansarkar/passman

PASSMAN is a GUI password manager built using the Tkinter module in Python. It provides users with a convenient way to organize and manage their passwords securely, and retrieve and view them easily whenever required. The password manager stores all passwords locally in a CSV file, ensuring data security for individuals.

csv-files password-generator password-manager password-store python3 tkinter tkinter-graphic-interface tkinter-gui tkinter-python

Last synced: 29 Nov 2024

https://github.com/reddy-epk/password-manager

A react application for storing and managing the passwords for different websites.

class-components-and-state password-manager password-store react render

Last synced: 10 Nov 2024

https://github.com/sudosubin/homebrew-pass-securid

pass-securid homebrew tap repository

homebrew password-store securid

Last synced: 12 Nov 2024

https://github.com/baccenfutter/pass-vaults

An extension for the standard unix password manager adding support for multiple separate password stores.

extension multiple password-store vault

Last synced: 06 Dec 2024

https://github.com/heyymamana/password-manager

simple password organzier through different backgrounds

css css3 javascript password-store

Last synced: 15 Nov 2024

https://github.com/qu4tro/pass-type-aur

PKGBUILD for pass-type

pass pass-extension password-store

Last synced: 17 Nov 2024

https://github.com/khanh779/generate_password

An application for generating random passwords, ensuring enhanced security by including lowercase letters, uppercase letters, special characters, and numbers.

generate-password password-generator password-management password-manager password-store random-password random-password-generator

Last synced: 19 Nov 2024

https://github.com/puhoy/pass-generate-phrase

a passphrase generation extension for pass

pass password-store

Last synced: 17 Nov 2024

https://github.com/keegancsmith/raycast-pass

Raycast Extension for pass, the standard unix password manager.

password-manager password-store raycast-extension

Last synced: 28 Dec 2024

https://github.com/tensorush/vault

:hamster: :closed_lock_with_key: Telegram bot for secure password storage.

bot go golang password-manager password-store postgres postgresql sql telegram telegram-api telegram-bot telegram-bot-api telegram-bots tgbot vault

Last synced: 25 Dec 2024

https://github.com/dnknth/mac-pass

Menu icon for the standard *nix password manager

macos password-store

Last synced: 23 Nov 2024

https://github.com/michalswi/gopass

go data/password encryptor

aes-encryption golang hmac-sha256 password-store

Last synced: 13 Nov 2024

https://github.com/andinus/orion

Orion is a simple program to check for compromised passwords using Have I Been Pwned API

haveibeenpwned pass password-store

Last synced: 01 Dec 2024

https://github.com/n7ghtm4r3/glider-desktop

Open source Java-based password manager, built in Kotlin Compose for the Desktop application

android desktop desktop-application java kotlin kotlin-compose open-source opensource password password-generator password-manager password-store self-hosted tecknobit

Last synced: 15 Dec 2024

https://github.com/uncomputable/depass

(Un)deprecate passwords inside the password store

application cli pass password password-manager password-store python

Last synced: 10 Dec 2024

https://github.com/bielxvf/passman

Simple password manager in C

c password password-manager password-store

Last synced: 23 Oct 2024