Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mariuslevraicodeur/cobalt
Cobalt is a password manager in Perl using base64 and custom encode system.Cobalt is in beta and this is the first version.
https://github.com/mariuslevraicodeur/cobalt
bash code linux password-manager perl windows x64
Last synced: 7 days ago
JSON representation
Cobalt is a password manager in Perl using base64 and custom encode system.Cobalt is in beta and this is the first version.
- Host: GitHub
- URL: https://github.com/mariuslevraicodeur/cobalt
- Owner: MariusLeVraiCodeur
- Created: 2024-11-02T18:26:52.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2024-11-02T19:05:43.000Z (about 2 months ago)
- Last Synced: 2024-12-21T00:42:32.390Z (7 days ago)
- Topics: bash, code, linux, password-manager, perl, windows, x64
- Language: Perl
- Homepage:
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Installation
## Installation (Linux🐧)
- Install git with apt
```bash
sudo apt-get install git
```
- Verify the latest version of git is installed
```bash
git --version
```
- Finally install Cobalt
```bash
git clone https://github.com/MariusLeVraiCodeur/Cobalt
```## Installation (Windows💻)
- Install git with .exe on
```bash
https://git-scm.com/
```
- Do the installation and enter
```bash
git clone https://github.com/MariusLeVraiCodeur/Cobalt
```
## Installation (Torrent🌊)
- Install torrent client([qbitorrent](https://www.qbittorrent.org/download), [utorrent](https://www.utorrent.com/), etc)
- Open cobalt.torrent with torrent clients and install
# Use
## Run(Linux)
- Launch the run.sh
```bash
bash run.sh
```
## Run(Windows)
- Launch main.pl
```powershell
perl main.pl
```
if perl isn't install perl with
```powershell
winget search perl
```
```powershell
winget install StrawberryPerl.StrawberryPerl
```