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.
- Not GPG cored.
- It uses a master password to securely store your passwords.
- It syncs your passwords.
- Supports encrypting arbitrary files.
- Password Form
└──PASSWORDNAME
secman insert PASSWORDNAME
- Folder Form
└──FOLDERNAME
└──PASSWORDNAME
secman insert FOLDERNAME/PASSWORDNAME
curl -fsSL https://cli.secman.dev/install.sh | bash
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
see building from source doc.
Initializing Vault
Start using
secman
Authenticate With Github
Sync your passwords
see commands