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
- Host: GitHub
- URL: https://github.com/subdavis/kdbxdart
- Owner: subdavis
- Created: 2018-04-20T23:41:11.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-04-25T00:18:20.000Z (about 8 years ago)
- Last Synced: 2024-06-11T23:38:58.579Z (about 2 years ago)
- Language: Dart
- Size: 28.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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