No Description

Adam e980dcad52 use fido2 device to derive master key 2 years ago
agent eb7704f608 add option to block when keyring is not open 2 years ago
config e980dcad52 use fido2 device to derive master key 2 years ago
crypto e980dcad52 use fido2 device to derive master key 2 years ago
fido e980dcad52 use fido2 device to derive master key 2 years ago
fs e980dcad52 use fido2 device to derive master key 2 years ago
operation f3be91951d encrypt data on disk 3 years ago
password d6f98a9a6a initial commit 3 years ago
server eb7704f608 add option to block when keyring is not open 2 years ago
LICENSE d6f98a9a6a initial commit 3 years ago
README.asciidoc abd06c5473 update README 3 years ago
eeze.go e980dcad52 use fido2 device to derive master key 2 years ago
go.mod eb7704f608 add option to block when keyring is not open 2 years ago
go.sum eb7704f608 add option to block when keyring is not open 2 years ago

README.asciidoc

= Next-Eeze

Client for Nextcloud Passwords.

Next-Eeze (Ident-I-Eeze for Nextcloud) can

* download passwords from Nextcloud instance,
* list entries (Label/Username)
* show entry

Only server-side encryption is supported. Client-side encryption is not supported.

== Security precautions

* credentials and all passwords are encrypted with master password before storing on disk
* no information is kept in memory longer than needed

==== TODO
* guard secrets in memory

== Agent

Next-Eeze can use Next-Eeze-Agent to remeber master password.

So far only running agent is used to get password. Next-Eeze cannot start the agent nor give it the password.

== Usage

```
Usage of next-eeze:

-C Config
-i in Config: set server, username, password (initialise)
-r in Config: reëncrypt (change master password)
-G Get
-l filter Get by label (default "")
-s filter Get by url (service/server) (default "")
-u filter Get by username (default "")
-f show full entry in Get, instead of just username/password
-p show just password in Get
-L List
-S Sync
```