Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/RustedLessPass/RustedLessPass
Compatible with LessPass. RustedLessPass is a standalone password manager written in Rust. Powered by Yew a Rust / Wasm framework.
https://github.com/RustedLessPass/RustedLessPass
anonymous lesspass password password-manager passwords picocss privacy rust self-hosted yew
Last synced: about 2 months ago
JSON representation
Compatible with LessPass. RustedLessPass is a standalone password manager written in Rust. Powered by Yew a Rust / Wasm framework.
- Host: GitHub
- URL: https://github.com/RustedLessPass/RustedLessPass
- Owner: RustedLessPass
- License: gpl-3.0
- Created: 2024-03-12T18:14:47.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-04-11T22:05:02.000Z (9 months ago)
- Last Synced: 2024-04-12T00:52:48.601Z (9 months ago)
- Topics: anonymous, lesspass, password, password-manager, passwords, picocss, privacy, rust, self-hosted, yew
- Language: Rust
- Homepage: https://rustedlesspass.github.io
- Size: 1.68 MB
- Stars: 2
- Watchers: 1
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-yew - RustedLessPass - A stateless password manager. [Web App](https://rustedlesspass.github.io/). (Projects)
README
# RustedLessPass
**Tired of juggling weak passwords?** RustedLessPass empowers you to manage your login credentials securely and conveniently. Built with Rust and WebAssembly, RustedLessPass offers a platform-independent solution for your password needs.
## **Key Features:**
- **LessPass Compatibility:** Enjoy a familiar user experience.
- **WebAssembly Power:** Run RustedLessPass directly in your web browser, eliminating server-side dependencies and keeping your data entirely under your control.
- **Cross-Platform Access:** Manage your passwords from any device with a modern web browser, no matter the operating system.
- **Open-Source Transparency:** Benefit from the power and security of open-source development, allowing for community contributions and independent audits.## **Installation:**
- **Recommended:** Use the Progressive Web App (PWA) version for seamless browser and device integration.
- **Alternative:** Accessible installers are available for Firefox and traditional PC installs [link to installers](https://github.com/RustedLessPass/RustedLessPass/releases/latest).## Screenshot
![screenshot](https://github.com/RustedLessPass/RustedLessPass/assets/54779580/68a67f3c-38f5-4e00-a7b1-28dfb92ad6f2)
## Usage
RustedLessPass provides a simple and secure way to generate and manage passwords. Users only need to remember their master password, and RustedLessPass will generate unique passwords for each site or service based on user-specific inputs.
To use RustedLessPass:
1. Enter your master password.
2. Provide the website name and login information.
3. RustedLessPass will generate a unique password for that site.You can then use the generated password when signing up or logging into websites, without the need to store or remember individual passwords.
## **Building Locally (Optional):**
This section is intended for developers who want to contribute or run the application locally.
1. Clone the repository:
```bash
git clone https://github.com/RustedLessPass/RustedLessPass.git
```
2. Navigate to the project directory:
```bash
cd RustedLessPass
```
3. Install dependencies:
```bash
git submodule update --init --recursive
rustup target add wasm32-unknown-unknown
cargo install --locked trunk
```
4. Serve the application using the trunk development server:
```bash
trunk serve --open
```This will open the RustedLessPass application in your default web browser.
## Contributing
Contributions to RustedLessPass are welcome! If you find any issues or have suggestions for improvements, please feel free to open an issue or submit a pull request.
## Special Thanks
Sincere gratitude to:
- [Pico CSS](https://picocss.com)
- [Lesspass](https://github.com/lesspass/lesspass)
- [lesspass.rs](https://github.com/71/lesspass.rs)
- [Tauri](https://tauri.app/)
- [Yew Framework](https://yew.rs)
- [Rust Programming Language](https://rust-lang.org)## License
RustedLessPass is licensed under the [GPL-3.0 License](LICENSE).