All Projects → secretin → secretin-app

secretin / secretin-app

Licence: MIT License
Open source secret manager with sharing capability

Programming Languages

javascript
184084 projects - #8 most used programming language
Sass
350 projects

Projects that are alternatives of or similar to secretin-app

gpgpwd
Moved to GitLab
Stars: ✭ 22 (-24.14%)
Mutual labels:  password-manager
keeper-sdk-dotnet
.Net and PowerShell library for Keeper Password Manager
Stars: ✭ 14 (-51.72%)
Mutual labels:  password-manager
aaf-easypassword
🔒 Easy Password is password management application. This application uses pattern locks to manage information that requires security.
Stars: ✭ 28 (-3.45%)
Mutual labels:  password-manager
PasswordKeeper
Web-app to help you securely store your encrypted passwords in your Google Drive.
Stars: ✭ 43 (+48.28%)
Mutual labels:  password-manager
TinyKeePass
Another simple read-only KeePass Android app.
Stars: ✭ 44 (+51.72%)
Mutual labels:  password-manager
secman
[Archived] 👊 Human-friendly and amazing secrets manager.
Stars: ✭ 63 (+117.24%)
Mutual labels:  password-manager
seal
Easily encrypt files, notes, and passwords
Stars: ✭ 16 (-44.83%)
Mutual labels:  password-manager
web
Cloverleaf is a free, open source app to replace your password manager without storing your passwords anywhere.
Stars: ✭ 33 (+13.79%)
Mutual labels:  password-manager
kbs2
A secret manager backed by age
Stars: ✭ 51 (+75.86%)
Mutual labels:  password-manager
coffer
Simple password manager built on top of Go, React, and Electron
Stars: ✭ 23 (-20.69%)
Mutual labels:  password-manager
entropass
Maximum-security password manager
Stars: ✭ 21 (-27.59%)
Mutual labels:  password-manager
dotenv-vault
[deprecated] simple dotenv encrypt & decrypt tool inspired by yaml_vault
Stars: ✭ 27 (-6.9%)
Mutual labels:  password-manager
OormiPass
Free open source cross platform password manager
Stars: ✭ 50 (+72.41%)
Mutual labels:  password-manager
bitw
Minimalist BitWarden client
Stars: ✭ 110 (+279.31%)
Mutual labels:  password-manager
KeePassTouch
Ubuntu Touch Version of KeePass (QML & C++)
Stars: ✭ 20 (-31.03%)
Mutual labels:  password-manager
gnome-pass-search-provider
Pass password manager search provider for gnome-shell
Stars: ✭ 52 (+79.31%)
Mutual labels:  password-manager
PasswordX
Offline password manager for iOS/macOS
Stars: ✭ 26 (-10.34%)
Mutual labels:  password-manager
Secupass
Password Manager Application Built In Laravel.
Stars: ✭ 27 (-6.9%)
Mutual labels:  password-manager
keywi
Minimalistic Keepass plugin using Web Extensions and KeepassHTTP.
Stars: ✭ 33 (+13.79%)
Mutual labels:  password-manager
ModernKeePass
KDBX password manager for the Windows Store
Stars: ✭ 29 (+0%)
Mutual labels:  password-manager

Secretin

Jacques Secrétin

Open source secret manager with groups management based on WebCryptoAPI http://www.w3.org/TR/WebCryptoAPI/

This repository contains the default client implementation.

Installation guide on wiki or behinf : https://github.com/secretin/secretin-app/wiki

Don't hesitate to open issues or feature requests !

Use it

Go to https://secret-in.me and enjoy the application.

To use the heavy application download the latest release : https://github.com/secretin/secretin-app/releases/latest

BE CAREFUL, YOU HAVE TO SPECIFY THE API TO CONNECT OTHERWISE IT'S DEFAULTLY BINDED TO DEV ENVIRONMENT WHICH IS WIPED REALLY OFTEN.

Under linux secretin-app --secretin-api=https://api.secret-in.me Under Windows, create a shortcut like this

Build yourself

Installing yarn

Follow the official yarn documentation : https://yarnpkg.com/en/docs/install

Installing secretin-app

yarn install
REACT_APP_API_SECRETIN=https://api.your-secret-in.me yarn build

Build electron package

REACT_APP_API_SECRETIN should define your secretin api server (default is http://devapi.secret-in.me:3000)

Installing yarn

Follow the official yarn documentation : https://yarnpkg.com/en/docs/install

Installing secretin-app

yarn install
REACT_APP_API_SECRETIN=https://api.your-secret-in.me yarn electron

REACT_APP_API_SECRETIN should define your secretin api server (default is http://devapi.secret-in.me:3000)

This will create secretin-app-<OS>-<ARCH> directory with secretin-app binary inside.

Setup the app

Build yourself the app or download zipped files from our github pages (which host current https://secret-in.me)

https://github.com/secretin/secretin-app/archive/gh-pages.zip

Unzip it and serve content of secretin-app-gh-pages/

This branch is linked to https://api.secret-in.me, if you want to set your own api url, you can use this command

sed -i 's/https:\/\/api.secret-in.me/http:\/\/api.my-own-secret-in.me:3000/g' secretin-app-gh-pages/static/js/*.js

Be carefull to use secure origin to host the files (localhost for dev or https server) see https://www.chromium.org/Home/chromium-security/prefer-secure-origins-for-powerful-new-features

To support URL rewriting you can setup a catch-all rule or set 404 page on the index.html

nginx

error_page 404 /index.html;

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].