p

pswault

ace12bdlibrary

No description provided.

0 stars0 forksUnlicenseupdated 3 months ago
Open repo

pswault

A simple password manager written in Odin.

Features

  • AES-CTR encryption for vault data.
  • Simple CLI interface for managing records.
  • Support for inserting, querying, and deleting records.

Usage

pswault <action> <vault_path> <key> [args...]

Actions

  • create: Initialize a new vault.
    pswault create vault.bin mypassword
  • insert: Add records to the vault.
    pswault insert vault.bin mypassword "site_name" "username" "password"
  • delete: Removes records from the vault.
    pswault delete vault.bin mypassword "site_name"
  • query: Retrieve records from the vault.
    pswault query vault.bin mypassword "site_name" # prints "username,password"

insert, delete and query actions can accept multiple parameters.

Package Info
Version
ace12bd
License
Unlicense
Author
@4hnme
Type
library
Forks
0
Created
4 months ago
Updated
3 months ago
Health
maintained
has releases
has readme
has license
Maintainer
4hnme
4hnme
Maintainer
Activity
last 56 weeks