Skip to content
/ secman Public
forked from scmn-dev/secman

The password manager of your dreams.

License

Notifications You must be signed in to change notification settings

omnizya/secman

 
 

Repository files navigation

RELEASE

Code Status

CodeQL Go Secman CI Secman Docker CI Secman With GitPod Codacy grade

secman is a password manager can store, retrieves, generates, synchronizes passwords and save files securely, and is written in go! The most important difference is secman is not GPG cored. Instead, it uses a master password to securely store your passwords. It also supports encrypting arbitrary files.

Featurs

  • Not GPG cored.
  • It uses a master password to securely store your passwords.
  • It syncs your passwords.
  • Supports encrypting arbitrary files.

Forms

  1. Password Form
└──PASSWORDNAME
secman insert PASSWORDNAME
  1. Folder Form
└──FOLDERNAME
   └──PASSWORDNAME
secman insert FOLDERNAME/PASSWORDNAME

Installation ⬇

Pre-requisites

secman needs git (and just npm for windows)

  • git
  • npm

Using Shell (macOS and Linux)

curl -fsSL https://cli.secman.dev/install.sh | bash

Powershell (Windows)

iwr -useb https://cli.secman.dev/install.ps1 | iex

if you get an error you might need to change the execution policy (i.e. enable Powershell) via

Set-ExecutionPolicy RemoteSigned -scope CurrentUser

Using Homebrew (macOS and Linux)

brew tap secman-team/smx
brew install secman

Using Scoop (Windows)

scoop bucket add secman https://github.com/secman-team/sm-scoop
scoop install secman

Via Docker

DockerHub

docker run -it smcr/secman

GitHub Packages

docker run -it ghcr.io/secman-team/secman

Build from source

see building from source doc.

Getting started with secman

Initializing Vault

Start using secman

Authenticate With Github

Sync your passwords

see commands

License

secman is licensed under the terms of MIT License

Our Websites

About

The password manager of your dreams.

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 92.4%
  • JavaScript 5.6%
  • PowerShell 1.3%
  • Other 0.7%