Tag: password

  • Passbolt – Backup/Export Password Database To Keepass

    Passbolt – Backup/Export Password Database To Keepass

    The quickest and easiest (once Passbolt is installed) to backup a Passbolt Database, is to export it to KeePass. Here’s how.’The quickest and easiest (once Passbolt is installed) to backup a Passbolt Database, is to export it to KeePass. Here’s how. Remember to keep it in a safe place, preferably encrypted cold-storage. Back me up…

  • Passbolt – Command Line Interface Go Application For MacOS (With TAB Completion)

    Passbolt – Command Line Interface Go Application For MacOS (With TAB Completion)

    With Passbolt installed and running, including Firefox add-on and iOS App, there is something missing.. What about. The terminal? Here’s how you install the terminal application on MacOs. First, make sure you have Go installed. If not, follow the install instructions on: https://go.dev/dl/ Second, update your .zshrc to make use of the correct $GOPATH: and…

  • Kubernetes – Passbolt Kubernetes Deployment

    Kubernetes – Passbolt Kubernetes Deployment

    Passbolt is great. It provides a secure and very useful interface for password/manual secret storage. Both the Firefox addon and iOS App works great, and are easy to setup and use. The available documentation explains installation on most platforms, including Ubuntu and Docker, but no “basic” Kubernetes deployment. With that said, I am aware of…

  • How To: Encrypt/Decrypt File with OpenSSL

    Encrypt/Decrypt File When security and integrity of a file is critical, such as with x509 certificates or other important documents, OpenSSL or other variant can be used to secure the file. With strong encryption and -hopefully- a strong password. OpenSSL is generally available on all UNIX variants, downloadable as an executable for Windows and is…