Another Password Manager

TypeScriptElectronReactTailwind CSS
Started on Sunday, December 3, 2023

Check it out on GitHub:

What is it?

Another-PasswordManager is an opensource password manager written using Typescript, React, Tailwind and Electron.

Features

  • AES-256 Encryption

  • OTP management

  • Basic entry management (creation, deletion, editing)

  • Resizable UI columns

  • Localization

    • Italian

    • English

  • Auto-save

  • Open behaviors

    • Open at startup

    • Open minimized

  • Tray

    • Minimize to tray

    • Close to tray

  • Theming

    • Choice from available themes

    • Sync with system (with selection for light and dark themes to use)

  • Auto-lock

    • Lock timeout

    • Lock on minimize

    • Lock on close

    • Lock on suspend

  • Clipboard

    • Copy field value to clipboard

    • Clipboard clear timeout

    • Clipboard clear on lock

Tech

Another-PasswordManager uses a number of open source projects to work properly:

  • Electron - Cross-platform desktop application framework

  • TypeScript - Typed superset of JavaScript that compiles to plain JavaScript

  • Webpack - Static module bundler for modern JavaScript applications

  • Tailwind CSS - Utility-first CSS framework for rapidly building custom designs