https://github.com/buanzo/openpgp-requests
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.
https://github.com/buanzo/openpgp-requests
api cryptography data-security information-security openpgp python-requests python36 rest-client
Last synced: 11 months ago
JSON representation
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.
- Host: GitHub
- URL: https://github.com/buanzo/openpgp-requests
- Owner: buanzo
- License: apache-2.0
- Created: 2019-12-27T14:02:59.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-12-27T15:21:12.000Z (about 6 years ago)
- Last Synced: 2025-03-24T16:47:49.722Z (12 months ago)
- Topics: api, cryptography, data-security, information-security, openpgp, python-requests, python36, rest-client
- Language: Python
- Homepage:
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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](https://github.com/buanzo/python-http-openpgp-api-tools/tree/master/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](https://github.com/buanzo/openpgp-requests/tree/master/examples).
Cheers.
Buanzo.