moved README to root level of repository.

This commit is contained in:
Herbert Poul
2019-09-01 01:11:43 +02:00
parent a08a5c9279
commit 9d50ad6715
4 changed files with 35 additions and 33 deletions

View File

@ -1 +0,0 @@
authpass/README.md

33
README.md Normal file
View File

@ -0,0 +1,33 @@
# AuthPass.app - Open Source Password Manager for mobile and desktop
AuthPass - Password Manager based on Flutter for all platforms. Keepass 2.x (kdbx 3.x) compatible.
![Mac OS Screenshot](_docs/authpass-screenshot-mac-os.png)
## Roadmap/TODOs
see also https://github.com/authpass/authpass/issues
[![GitHub issues](https://img.shields.io/github/issues-raw/authpass/authpass)](https://github.com/authpass/authpass/issues)
* [x] Read/Decrypt kdbx 3.x using password
* [x] download of kdbx files through url
* [ ] Decrypt with keyfile
* [x] Parse decrypted XML/handle protected values
* [x] Flutter scaffold for mobile (ios/android)
* [ ] Flutter scaffold for desktop (mac/win/linux)
* [x] List of password entries
* [x] 👆️ Search through entries
* [x] 👆️ Entry details
* [x] 👆️ mobile: copy usernames, passwords
* [ ] mobile: integrate with biometrics (fingerprint)
* [ ] mac: Auto-Type
* [ ] 👆️ Auto-lock after x minutes of inactivity.
* [ ] Integration of basic analytics and error reporting
* [x] Editing existing entries
* [x] Saving of changes into kdbx file.
* [x] Creating of new kdbx files.
* [ ] Syncing of kdbx files via custom cloud service and QR codes.
* [ ] Syncing with cloud services like dropbox or google drive?
* [ ] 👆️ CI pipeline/continous builds, releases
* [ ] kdbx 4 support (missing argon2) compatibility

1
_docs
View File

@ -1 +0,0 @@
authpass/_docs/

View File

Before

Width:  |  Height:  |  Size: 489 KiB

After

Width:  |  Height:  |  Size: 489 KiB

View File

@ -1,33 +1,4 @@
# AuthPass.app - Open Source Password Manager for mobile and desktop
# AuthPass - Flutter Password Manager
AuthPass - Password Manager based on Flutter for all platforms. Keepass 2.x (kdbx 3.x) compatible.
see [../README.md](../README.md) for details.
![Mac OS Screenshot](_docs/authpass-screenshot-mac-os.png)
## Roadmap/TODOs
see also https://github.com/authpass/authpass/issues
[![GitHub issues](https://img.shields.io/github/issues-raw/authpass/authpass)](https://github.com/authpass/authpass/issues)
* [x] Read/Decrypt kdbx 3.x using password
* [x] download of kdbx files through url
* [ ] Decrypt with keyfile
* [x] Parse decrypted XML/handle protected values
* [x] Flutter scaffold for mobile (ios/android)
* [ ] Flutter scaffold for desktop (mac/win/linux)
* [x] List of password entries
* [x] 👆️ Search through entries
* [x] 👆️ Entry details
* [x] 👆️ mobile: copy usernames, passwords
* [ ] mobile: integrate with biometrics (fingerprint)
* [ ] mac: Auto-Type
* [ ] 👆️ Auto-lock after x minutes of inactivity.
* [ ] Integration of basic analytics and error reporting
* [x] Editing existing entries
* [x] Saving of changes into kdbx file.
* [x] Creating of new kdbx files.
* [ ] Syncing of kdbx files via custom cloud service and QR codes.
* [ ] Syncing with cloud services like dropbox or google drive?
* [ ] 👆️ CI pipeline/continous builds, releases
* [ ] kdbx 4 support (missing argon2) compatibility