Categorygithub.com/cloud-org/onepw
modulepackage
0.3.2
Repository: https://github.com/cloud-org/onepw.git
Documentation: pkg.go.dev

# README

onepw License Go Report Card

Install

check Releases

What's this

onepw is a command line tool for managing passwords. You MUST remember the master password, and don't tell anyone!

Principles

  1. Generate Key by master password
o--------o             o-----o
| Master | KDF: scrypt |     |
| Pass   |============>| Key |
| Word   |             |     |
o--------o             o-----o
  1. Encrypt account and password
o-----------o
|           |
| Random IV |==o
|           |  |                o------------o
o-----------o  | CFB Encrypter  |            |
               |===============>| CipherText |
o-----------o  | AES Cipher     |            |
|           |  | with Key       o------------o
| PlainText |==o
|           |
o-----------o

Get Started

Get Started

CHANGELOG

ChangeLog

# Packages

No description provided by the author
No description provided by the author

# Structs

Config implements Configure interface, represents onepw config.

# Interfaces

Configure ...