Skip to content

andrewrjohn/tpm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TPM: Tiny Password Manager

A super-simple and secure terminal based password manager built with TypeScript and Deno.

Features

  • Secure AES-256 encryption and password generation
  • Import/export CSV files with Bitwarden format supported
  • Single dependency (other than @std modules)
  • Local-only (no cloud) for offline use and easy backup

Development

deno task dev

Install

Download the latest binary from the releases page. Confirmed working on mac, other platforms are untested but should work. Or you can compile the binary yourself below:

Compile Binary

deno task compile

Move to bin (or any other directory in your PATH)

sudo mv tpm /usr/local/bin

Run

tpm

About

A tiny & secure no-frills terminal based password manager written in TypeScript and Deno.

Resources

Stars

Watchers

Forks