All Projects → Xaeroxe → Featherpasswordmanager

Xaeroxe / Featherpasswordmanager

Licence: mit
Highly portable extremely light-weight password manager that stores all your passwords in a local encrypted file.

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Featherpasswordmanager

Buttercup Core
🎩 The mighty NodeJS password vault
Stars: ✭ 340 (+771.79%)
Mutual labels:  encryption, password, password-manager, passwords
Purse
GPG asymmetric (YubiKey) password manager
Stars: ✭ 313 (+702.56%)
Mutual labels:  encryption, password, password-manager
Pwd.sh
GPG symmetric password manager
Stars: ✭ 1,468 (+3664.1%)
Mutual labels:  encryption, password, password-manager
Swifty
🔑 Free Offline Password Manager
Stars: ✭ 496 (+1171.79%)
Mutual labels:  encryption, password, password-manager
Passwordcockpit
Passwordcockpit is a simple, free, open source, self hosted, web based password manager for teams. It is made in PHP, Javascript, MySQL and it run on a docker service. It allows users with any kind of device to safely store, share and retrieve passwords, certificates, files and much more.
Stars: ✭ 34 (-12.82%)
Mutual labels:  password, password-manager, passwords
Lesspass
🔑 stateless open source password manager
Stars: ✭ 4,879 (+12410.26%)
Mutual labels:  password, password-manager, passwords
Passage
A password manager using https://age-encryption.org/
Stars: ✭ 48 (+23.08%)
Mutual labels:  encryption, password, password-manager
Gitpass
Open Source Your Password (Mismanagement)!
Stars: ✭ 113 (+189.74%)
Mutual labels:  encryption, password, password-manager
keevault
Kee Vault is a password manager for your web browser. Password databases (Vaults) are encrypted using the KeePass storage format before being sent to a remote server for synchronisation across any modern device/browser
Stars: ✭ 57 (+46.15%)
Mutual labels:  password-manager, password, passwords
password-list
Password lists with top passwords to optimize bruteforce attacks
Stars: ✭ 174 (+346.15%)
Mutual labels:  password-manager, password, passwords
OormiPass
Free open source cross platform password manager
Stars: ✭ 50 (+28.21%)
Mutual labels:  encryption, password-manager, password
Buttercup Desktop
Buttercup is a free, open-source and cross-platform password manager, built on NodeJS with Typescript. It uses strong industry-standard encryption to protect your passwords and credentials (among other data you store in Buttercup vaults) at rest, within vault files (.bcup). Vaults can be loaded from and saved to a number of sources, such as the local filesystem, Dropbox, Google Drive or any WebDAV-enabled service (like ownCloud or Nextcloud ¹).
Stars: ✭ 3,714 (+9423.08%)
Mutual labels:  encryption, password-manager
Cryptr
Cryptr: a GUI for Hashicorp's Vault
Stars: ✭ 324 (+730.77%)
Mutual labels:  password-manager, passwords
Chromepass
Chromepass - Hacking Chrome Saved Passwords
Stars: ✭ 364 (+833.33%)
Mutual labels:  password, passwords
Pick
A secure and easy-to-use CLI password manager for macOS and Linux
Stars: ✭ 359 (+820.51%)
Mutual labels:  password, password-manager
Pass Import
A pass extension for importing data from most of the existing password manager.
Stars: ✭ 412 (+956.41%)
Mutual labels:  password, password-manager
Freepass
[DEPRECATED] password manager thing
Stars: ✭ 308 (+689.74%)
Mutual labels:  password, password-manager
Secure Ls
🔒 Secure localStorage data with high level of encryption and data compression
Stars: ✭ 486 (+1146.15%)
Mutual labels:  encryption, localstorage
Passwall Server
PassWall Server is the core backend infrastructure for PassWall platform
Stars: ✭ 489 (+1153.85%)
Mutual labels:  password, password-manager
Encpass.sh
Lightweight solution for using encrypted passwords in shell scripts
Stars: ✭ 494 (+1166.67%)
Mutual labels:  encryption, passwords

Feather Password Manager

This is a highly portable extremely light-weight password manager that stores all your passwords in a local encrypted file. You can use this either by downloading the latest release and opening index.html, or you can use it at this URL: https://xaeroxe.github.io/FeatherPasswordManager/

Features

  • Load and save password files encrypted with a password
  • Generate random passwords that satisfy the provided criteria. Options include
    • Length requirement
    • Include uppercase letters
    • Include digits
    • Include various punctuation characters
  • Quickly copy passwords to clipboard
  • Merge tool to merge multiple password files
  • Manually edit passwords if the random generator doesn't quite get it right
  • No backend server required, just open the index.html file and get started.
  • Responsive Design & Bootstrap 4.1.3

Screenshot

Screenshot

How to get started

The first thing you need to do is create a file. First set a manager password, just type it in to the top most text box. This password will be needed to decrypt your file, so make sure you remember it. Use the bottom most controls to create passwords for various services and save them as you go. When you're done click the "Download current file" button, which will give you "passwords.txt". Then you can use that file with the load file controls in the future to retrieve your passwords or modify the file. File modifications don't save automatically, you'll need to download the file again to save modifications.

Philosophy and objectives

  • Stay under 750 KB
  • Work correctly in as many browsers and on as many devices as possible
  • Extremely responsive, no waiting around
  • High security encryption algorithm (AES)
  • Maintain backwards compatibility with password files output by earlier versions
  • No backend server required, all functionality implemented via local JavaScript.

Licensing

This project is released under the MIT license, additional dependencies come with their own licenses which are detailed in their files.

Contributions

I welcome contributions! I also expect any PRs to respect the philosophy and objectives of this project.

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].