Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/abhinandan-khurana/encryptguard
- Owner: Abhinandan-Khurana
- License: mit
- Created: 2024-01-21T13:49:20.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-07T06:25:42.000Z (11 months ago)
- Last Synced: 2024-11-11T23:11:40.532Z (3 months ago)
- Topics: 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
- Language: Go
- Homepage:
- Size: 6.63 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.
>
![]()