An open API service indexing awesome lists of open source software.

https://github.com/subdavis/kdbxdart

A dart-lang implementation of keeweb/kdbxweb
https://github.com/subdavis/kdbxdart

Last synced: 5 months ago
JSON representation

A dart-lang implementation of keeweb/kdbxweb

Awesome Lists containing this project

README

          

# kdbxdart

A dart-lang KeePass library based on keeweb/kdbxweb.

# Roadmap

### Phase 0

Implement crypto tests from /test/crypto

### Phase 1

Implement cryptographic functions from /lib/crypto
Copy data from /lib/defs

### Phase 2

Read-only implementation. Implement functions in /lib/format

### Phase 3 (unplanned)

Implement write functions