Skip to content

Latest commit

 

History

History
39 lines (23 loc) · 1.48 KB

README.md

File metadata and controls

39 lines (23 loc) · 1.48 KB

Secure-Cipher

made-with-rust Maintenance Documentation Status

A self hosted free and open source password manager for linux, Built using Rust, Egui, MongoDB

Many times we have forgotten our account password and had to recent it which is a hassle and annoying , there are alternative to save password using third party apps but we can never be sure wheather its safe or not.

By using secure cypher you can host your own database and store your passwords in your very own DB and make sure nobody can snoop them and its always secure

How it works

The app is connected to MongoDB database , So when the password is typed into the password field and clicked on save, the password get securely saved in your own database, and the user can also click on "show password" to view all your saved password retrived from the database

Requirments

  • Rust
  • MongoDB account

Instructions

Git clone the repo

git clone https://github.com/PrethamMuthappa/secure-cipher.git

create a .env file in the root of your folder

URL=" PUT YOUR MONGODB CREDENTIALS HERE"

Run from your terminal in your current working project directory

cargo run