Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/abhinandan-khurana/encryptguard

Encounter a superior layer of security with this file encryption and decryption tool written in go. This utility offers advanced protection mechanisms to safeguard your sensitive data with ease and reliability.
https://github.com/abhinandan-khurana/encryptguard

advance-encryption-standard aes aes-encryption aes-gcm cli-tool cybersecurity encryption-decryption file-decryption file-encryption golang security security-tools sha512 sha512-crypt symmetric-key-cryptography

Last synced: about 1 month ago
JSON representation

Encounter a superior layer of security with this file encryption and decryption tool written in go. This utility offers advanced protection mechanisms to safeguard your sensitive data with ease and reliability.

Awesome Lists containing this project

README

        


____ _ _ ____ ____ _ _ ___ ___ ____ _ _ ____ ____ ___
|___ |\ | | |__/ \_/ |__] | | __ | | |__| |__/ | \
|___ | \| |___ | \ | | | |__] |__| | | | \ |__/




Encounter a superior layer of security with this file encryption and decryption tool written in go. This utility offers advanced protection mechanisms to safeguard your sensitive data with ease and reliability.

## Usage

Open help menu

```bash
go run . help
EncryptGuard help
```

Encrypt

```bash
go run . encrypt test.jpeg
EncryptGuard encrypt test.jpeg
```

Decrypt

```bash
go run . decrypt test.jpeg
EncryptGuard decrypt test.jpeg
```


## Installation

```bash
go install -v github.com/Abhinandan-Khurana/[email protected]
```


> [!NOTE]
> This tool supports Windows, Linux and mac.
>