#gpg #key #secure #guard #privacy #gnu #manage

bin+lib crab-gnupg

API for GNU Privacy Guard (GnuPG) written in rust. Manage gpg keys and secure files using rust.

1 unstable release

new 0.1.1 Dec 12, 2024
0.1.0 Dec 12, 2024

#1040 in Cryptography

Download history 230/week @ 2024-12-09

230 downloads per month

MIT license

90KB
2K SLoC

🚧 readme is still under constuction, there will be mistake 🚧

crab-gnupg

crab-gnupg was a wrapper for the gnupg command line tool written in rust. It was design to make it easier to interact with gnupg command line tool for program that was written in rust.

badge GnuPG Version GnuPG Version Rust Version

Table of Contents (Optional)

  1. Description
  2. Installation
  3. Usage

Description

This project crab-gnupg allows you to easily interact with the gnupg command line tool with rust. It provides a simple and easy-to-use interface for performing various gnupg operations, such as encrypting, decrypting, signing, and verifying file as well as generating and managing keys. This project was build and tested using gnupg version 2.4.x. More modification and changes will be done to support gnupg version 1.4.x. in the future.

Important: You will still need to install gnupg on your system.

Installation

To install gnupg, you can use the following command:

for macOS:

brew install gnupg

for linux (ubuntu) [this might not get the latest version]:

sudo apt update
sudo apt install gnupg

To get the latest version of GnuPG, download it from the official GnuPG website and follow the instruction

for window:

choco install gnupg

Dependencies

~3–27MB
~386K SLoC