jforissier / aesgcm

Simple command-line tool to encrypt and decrypt files using AES-GCM

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is a simple command-line tool to encrypt and decrypt files using AES-GCM. The key size is currently hardcoded to 128 bits. The tool uses the OpenSSL EVP API and is based on the encrypt() and decrypt() functions found at Stack Overflow and the OpenSSL Wiki.

  • To build, type make
  • ./aesgcm -h shows the usage text
  • make test runs a self-test (make test V=1 is more verbose)

About

Simple command-line tool to encrypt and decrypt files using AES-GCM


Languages

Language:C 92.5%Language:Makefile 7.5%