Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 548 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 548 Bytes

tauri-pw-manager (working title)

A desktop password manager using Tauri, with a backend in Rust and a frontend in Typescript and React.

login page

Cryptography architecture

cryptography architecture

usage

Assumes you have the Rust toolchain and npm installed.

npm run setup      # install dependencies
cargo tauri dev    # run the app in development mode
cargo tauri build  # build a release version of the app