moloch-- / libage

Age compiled as a shared library and wrapped in Python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Libage

A shared library build of age.

Usage

Basic example usage:

import age

plaintext = b"hello world"
ciphertext = age.encrypt(public_key, plaintext)

age.decrypt(private_key, ciphertext)

Supported Platforms

Windows, Linux, MacOS (Intel), however any platform that is supported by both Python and Golang in theory should be possible to support but may not work out of the box.

About

Age compiled as a shared library and wrapped in Python

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Python 60.2%Language:Go 34.9%Language:Dockerfile 2.7%Language:Makefile 2.2%