All Projects → keydotcat → Keycatd

keydotcat / Keycatd

Licence: mit
An end-to-end opensource password manager

Programming Languages

go
31211 projects - #10 most used programming language

Projects that are alternatives of or similar to Keycatd

Passwd
A beautiful, cross-platform, encrypted password manager 🔐
Stars: ✭ 82 (-29.31%)
Mutual labels:  password-manager
Vault
Python password manager
Stars: ✭ 99 (-14.66%)
Mutual labels:  password-manager
Openyolo Android
Android protocol for credential exchange and update - "You Only Login Once"
Stars: ✭ 110 (-5.17%)
Mutual labels:  password-manager
Secretserver
Secret Server PowerShell Module
Stars: ✭ 82 (-29.31%)
Mutual labels:  password-manager
Libsphinx
Sphinx-based Password Storage low-level library
Stars: ✭ 94 (-18.97%)
Mutual labels:  password-manager
Keepassdx
📱 KeePass implementation for android with material design and deluxe features
Stars: ✭ 1,395 (+1102.59%)
Mutual labels:  password-manager
Pfp
Manage your passwords easily and securely, via browser extension for Firefox, Chrome, Opera
Stars: ✭ 77 (-33.62%)
Mutual labels:  password-manager
Gitpass
Open Source Your Password (Mismanagement)!
Stars: ✭ 113 (-2.59%)
Mutual labels:  password-manager
Haveibeenpwned lastpass
Check if your lastpass passwords have been pwned by someone
Stars: ✭ 96 (-17.24%)
Mutual labels:  password-manager
Pwd.sh
GPG symmetric password manager
Stars: ✭ 1,468 (+1165.52%)
Mutual labels:  password-manager
Securelogin
This version won't be maintained!
Stars: ✭ 1,259 (+985.34%)
Mutual labels:  password-manager
Virgil Cli
CLI tool to manage your Virgil account and applications.
Stars: ✭ 89 (-23.28%)
Mutual labels:  end-to-end-encryption
Rooster
The simple password manager for geeks, built with Rust.
Stars: ✭ 106 (-8.62%)
Mutual labels:  password-manager
Moolticute
Mooltipass crossplatform daemon/tools
Stars: ✭ 82 (-29.31%)
Mutual labels:  password-manager
Dpg
The Deterministic Password Generator
Stars: ✭ 112 (-3.45%)
Mutual labels:  password-manager
Kbfs
Keybase Filesystem (KBFS)
Stars: ✭ 1,218 (+950%)
Mutual labels:  end-to-end-encryption
Etebase Js
Etebase TypeScript API for the web, node and react-native!
Stars: ✭ 100 (-13.79%)
Mutual labels:  end-to-end-encryption
Kraken
🐙 High performance WebRTC SFU implemented with pure Go.
Stars: ✭ 115 (-0.86%)
Mutual labels:  end-to-end-encryption
Snopf
snopf USB password token
Stars: ✭ 113 (-2.59%)
Mutual labels:  password-manager
Passhole
A secure hole for your passwords (KeePass CLI)
Stars: ✭ 108 (-6.9%)
Mutual labels:  password-manager

Key.cat Password Manager


Codeship Status for keydotcat/keycatd Maintainability Test Coverage

Key.cat can manage all your credentials and lets you share them with others. The idea is to make a password manager that can work offline and sync when there's a connection available to the server. Like an auto-sync keepass.

This is beta software and things can break. Nonetheless API, data formats and encryption schemas will not change UNLESS THERE IS A REALLY GOOD REASON. In that case a migration path will be provided

  • Everything is encrypted end-to-end using NaCL via tweetnacl.js.
    • No metadata leaks. No metadata is stored unencrypted.
  • Single executable for the server.
  • Can import from keepass (v.3 for now).
  • Multiple teams and vaults.
    • Each team and vault can be independently managed and shared with others.
  • Multiple credentials per site.
  • API available to third-party software.

More info is in the wiki!

Planned features:

  • Currently there are no extensions for browsers but it's something I want to add.
  • Libraries to make it easy to integrate it in third party software.
  • Two factor authentication.

Installation instructions

Download the latest release from here, generate a configuration file like this one and run the server with keycatd --config keycatd.toml

You can also download the docker images from 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].