Skip to content

A desktop password manager built with Rust, Tauri, Typescript, and Vue.js

Notifications You must be signed in to change notification settings

dailcoyote/robo-pass

Repository files navigation

Robo-pass

A desktop password manager using Tauri, with a backend in Rust and a frontend in Typescript, Vue.js + CSS3. The GUI theme is kept close to Cyberpunk. Pictures generated by the Midjourney neural network

Shows login screen

Usage

Assumes you have the Rust toolchain and npm installed.

    node.js >= 0.18.0 version
    Rust cargo
npm run setup        # install dependencies
npm run tauri dev    # run the app in development mode
cargo tauri build    # build a release version of the app

Cryptography module

Cryptographic architecture based on PBKDF2.