Skip to content

Commit

Permalink
docs: added logo to README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Elagoht committed Aug 24, 2024
1 parent 831028a commit a5da25d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
<div align="center">
<img src="https://raw.githubusercontent.com/Elagoht/Passenger-Landing/main/public/assets/logo.png" width="192" height="192" />

# Passenger CLI

![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/Elagoht/Passenger-cli/release.yaml)
Expand All @@ -9,6 +12,7 @@
![GitHub License](https://img.shields.io/github/license/Elagoht/Passenger-cli)

Passenger is a sophisticated passphrase manager designed to securely store your passphrases. This project encompasses the backend and database components, leveraging AES GCM encryption alongside a user-written custom and unique symmetric encoding-decoding algorithm to ensure maximum security. The AES GCM secret key is required as an environment variable to enhance security.
</div>

## Features

Expand Down

0 comments on commit a5da25d

Please sign in to comment.