Skip to content

Self hosted password manager for linux, free and open source

Notifications You must be signed in to change notification settings

PrethamMuthappa/secure-cipher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Self hosted password manager for linux, free and open source

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages