Skip to content

A wrapper to the Python Requests module that implements some OpenPGP cryptographic features such as encryption. It allows developers to add a cryptographic layer to HTTP requests, particularly useful for building more secure APIs. See README.md for server-side stuff.

License

Notifications You must be signed in to change notification settings

buanzo/openpgp-requests

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

openpgp-requests

A python v3 wrapper to the inspirational "requests" module that adds some OpenPGP features.

Of course, using this requires a server-side component, which you can find on the python-flask-restful-openpgp-proxy github repo.

Introduction

This repository contains the code for the python v3 package openpgp-requests, which is useful if you want to encrypt/sign/verify/decrypt API requests/responses.

The code is functional, but not strongly designed with security in mind. It is a Proof of Concept which I expect people with more time than myself to improve upon or be inspired by.

The server has better security for the passphrase, check it out.

Examples

Please check the examples folder in this repo.

Cheers. Buanzo.

About

A wrapper to the Python Requests module that implements some OpenPGP cryptographic features such as encryption. It allows developers to add a cryptographic layer to HTTP requests, particularly useful for building more secure APIs. See README.md for server-side stuff.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages