Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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
```