# rucksack
[![][build-badge]][build]
[![][crate-badge]][crate]
[![][tag-badge]][tag]
[![][docs-badge]][docs]
[![][logo]][logo-large]
*A terminal-based password manager, importer (Firefox Sync), and generator*
## Features
* [x] Password generator
* [ ] Encrypted local storage
* [ ] Supports Firefox sync
* [ ] Supports local network sync
## Other
[Here](https://crates.io/keywords/password-manager?sort=downloads) are other cargo projects tagged with "password manager" ...
Projects of particular interest:
* [kbs2](https://github.com/woodruffw/kbs2) - A secret manager backed by age
* [RustCrypto](https://github.com/RustCrypto) - A Github org collecting a handful of pure-Rust encryption libraries
* [Pure Rust ChaCha20](https://github.com/RustCrypto/AEADs/tree/master/chacha20poly1305)
* [Firefox Sync](https://support.mozilla.org/en-US/kb/how-firefox-securely-saves-passwords)
## License
Copyright © 2022-2023, Oxur Group
Apache License, Version 2.0
[//]: ---Named-Links---
[logo]: resources/images/logo-v1-x250.png
[logo-large]: resources/images/logo-v1-x1000.png
[build]: https://github.com/oxur/rucksack/actions?query=workflow%3Abuild+
[build-badge]: https://github.com/oxur/rucksack/workflows/build/badge.svg
[crate]: https://crates.io/crates/rucksack
[crate-badge]: https://img.shields.io/crates/v/rucksack.svg
[docs]: https://docs.rs/rucksack/
[docs-badge]: https://img.shields.io/badge/rust-documentation-blue.svg
[tag-badge]: https://img.shields.io/github/tag/oxur/rucksack.svg
[tag]: https://github.com/oxur/rucksack/tags